Place Cursor


To put the cursor in the first element of a form when the page loads paste this script after the closing form tag:

<SCRIPT LANGUAGE="JavaScript">
<!--
document.forms[0].elements[0].focus();
//-->
</SCRIPT>

Free JavaScripts provided
by Winfolinx.com


Back