|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
initial cursor position
Hey all, when you enter a website, such as http://mail.yahoo.com , how do you make the text cursor initially start in the textbox?
Thanks! -Anonymous |
|
#2
|
|||
|
|||
|
RE: initial cursor position
You call a function on body load.
<body onload="init()"> The use inside that function Code:
function init()
{
document.form1.txtuname.focus();
}
to put focus on the field |
|
#3
|
|||
|
|||
|
Message Moved
Thread moved from 'PHP Coding' to 'Client Side Things' by kendo.
Reason: Client side question |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > initial cursor position |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|