snake310 Posted February 15, 2007 Share Posted February 15, 2007 SO i`ll try to make this as clear as i can. I would like ti have a simple textbox like : <input name="serial" type="text" id="serial" /> My question is is it possible when i go to the page this texbox is already selected an i would not have click on it to write in it Link to comment https://forums.phpfreaks.com/topic/38599-solved-need-help/ Share on other sites More sharing options...
zq29 Posted February 15, 2007 Share Posted February 15, 2007 You'd need a client side language, such as JavaScript. I think there is a function* called focus() that you could call on page load. [*I'm not down with JavaScript terminology. Is it a function, a method, or what?] Link to comment https://forums.phpfreaks.com/topic/38599-solved-need-help/#findComment-185239 Share on other sites More sharing options...
snake310 Posted February 15, 2007 Author Share Posted February 15, 2007 Thanks for the help JavaScript helped Link to comment https://forums.phpfreaks.com/topic/38599-solved-need-help/#findComment-185247 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.