[thelist] How to place cursor in form box?

Michele Wandrei michele at inthree.com
Thu Oct 11 08:06:21 CDT 2001


> like to cursor to automatically appear in the box

Here's what works for me, courtesy of irt.org:

First, make sure you name your form.  Then at the bottom of your
page (after the </form> tag), insert this little script:

    <script language="JavaScript"> <!--
    document.form_name.field_name.focus();
    //--></script>

Hope this helps,
Michele
___________________________________________________
Michele Wandrei
inThree Design
www.inthree.com









More information about the thelist mailing list