ColdFusion Tutorial
Automatically place the cursor in a certain form
You have created a form and wont the cursor to automatically point at that form, just use this little Javascript:
<body onLoad = "document.yourform.name.focus();>
Notice: This assumes that that the form is named 'yourform' and the textbox you want to target is named 'name'. If your names are different, be sure to make the changes to the Javascript code.
ColdFusion Tutorial test
Automatically place the cursor in a certain form
No test is available or implemented for this ColdFusion Tutorial.
No User Comments.
No User Comments, be the first one to write your comments?
