HTML, JavaScript And CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingHTML, JavaScript And CSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old March 2nd, 2004, 06:05 PM
dzamora dzamora is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 2 dzamora User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Link Focus

I was wondering if anyone knew how or if its possible to set the Focus to a link? I know how to set the focus to a textbox, but I can't get the same thing to work for a link. I've been trying document.linkname.focus(), but it doesn't seem to work. Any help is appreciated.

Thank you.

Reply With Quote
  #2  
Old March 2nd, 2004, 11:40 PM
dcarva's Avatar
dcarva dcarva is offline
Contributing User
ASP Free Novice (500 - 999 posts)
 
Join Date: Jan 2003
Location: USA
Posts: 633 dcarva User rank is Lance Corporal (50 - 100 Reputation Level)dcarva User rank is Lance Corporal (50 - 100 Reputation Level)dcarva User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 9 h 18 m 20 sec
Reputation Power: 6
Try this:

document.links[0].focus();

This should put focus on the first link your page.

Reply With Quote
  #3  
Old March 5th, 2004, 06:30 PM
jonta jonta is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 2 jonta User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Smile href focus()

Hi!
You can also put an ID on the link-element.
<a href="damngoodsite" id="hyper">link</a>
--
<script>
document.getElementById("hyper").focus();
</script>

mvh
jonta

Quote:
Originally Posted by dzamora
I was wondering if anyone knew how or if its possible to set the Focus to a link? I know how to set the focus to a textbox, but I can't get the same thing to work for a link. I've been trying document.linkname.focus(), but it doesn't seem to work. Any help is appreciated.

Thank you.

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingHTML, JavaScript And CSS Help > Link Focus


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway