![]() | |
#1
| |||
| |||
|
|
Hi, i have a form with name "abc". in that i have 4 textboxes(inputbox) and one hyperlink(name/id ="qqq"). On loading the page i need the focus to the hyperlink. How can i achieve this? Kindly help me.. Thanx in adv. Ganesh -- ganeshnarayan |
#2
| |||
| |||
|
|
( document.getElementById ? document.getElementById( 'qqq' ) : document.all[ 'qqq' ] ).focus(); |
|
| (t == 'object' && document.getElementById))) ? document.getElementById('qqq') |
|
| {focus: function(){}} ).focus(); |
![]() |
| Thread Tools | |
| Display Modes | |
| |