Jump to content

text box selected without having to click on it?


jwk811

Recommended Posts

place that bit below your input field you want to focus.

<script type="text/javascript" >
document.your_form_name.your_input.focus();
</script>

I am not real good with javascript, but from when I used this line for the exact same purpose, it seemed that the field had to be sent to the browser first before it would call focus to it.

Try that

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.