RE: Default Placement of Cursor on Page - 10/15/2001 13:12:00
Hi there,A little javascript in the body tag should do the trick. Assuming your form is named something like "form1", and the name of the text field that you want to set the focus to is named something like "search", then use: <body onLoad="document.form1.search.focus()"> Even if the "search" field wasn't the first input field on the page (for instance it could be in the middle of a form), it would still set the focus to that field. ginnie
------------------ Global Presence Web Design
|