| Back |
Help Me |
| The "Help Me" button represented by a "?" is a very useful script for aiding visitors through a form by place it next to a text box. There are two parts. |
|
This part of the script should be placed between the <HEAD></HEAD> tags. this part does not need to be configured. |
| <SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT"> function helpMe(message) { alert(message) } </SCRIPT> |
|
This should be placed where needed in the body of the HTML Document |
| <FORM> <Input Type="button" value="?" onClick="helpMe('Blah Blah Blah...')"> </FORM> |
Script for <Head></<HEAD> Tags
Script place where needed in the Body of the HTML Document.