Highlight Form Fields - JavaScript Code
This script highlights the background of the text box when selected. You can choose any color you like.
This is a simple feedback form, you can use on your website. Just copy and paste the following script into your HTML document head and body tags.
Script Demo:
Demo
JavaScript Code:
Insert this code into <head> tags |
Insert this code into <body> tags |
Instruction:
- Modify the table style to suit your site.
- Alter the color with this line code:
var highlightcolor="#FFFFD8"
| Webmaster » Web Programming » JavaScript » Forms » Highlight Form Field |
Related Links:
Sponsored Links
