JavascriptsJavascripts > Javascript FormsJavascript Forms > Undeletable..." /> JavascriptsJavascripts > Javascript FormsJavascript Forms > Undeletable..." />
Javascripts > Javascript Forms > Undeletable Text
Script Title: Undeletable Text
Description: Make text undeletable with this javascript.
Example: Available
Copy the following code between the <BODY></BODY> tags of your html page.<form name=form> <input type=text name=box value="Locked text!" onFocus="this.blur()" size=12> </form>