Attribute for <INPUT ...>
LANGUAGE = "JavaScript" | "JavaScript1.1" | "JSCRIPT" | "VBScript" | "VBS" | other language
<INPUT ...>other language| Usage Recommendation |
|---|
| Use it, but understand some of the strange problems associated with this attribute. |
<INPUT LANGUAGE="..."><SCRIPT LANGUAGE="...">onClickonChange<INPUT LANGUAGE="...">
Even if you are using MSIE only, this attribute has
anomalies. If you use <SCRIPT LANGUAGE=VBSCRIPT><INPUT ...>"JavaScript". We suggest that this situation shouldn't arise anyway. Although technically allowed, mixing scripting languages on a single page falls in the category of bad form. Use either all JavaScript or all VBScript. If you use VBScript, use "VBScript" in every <INPUT ...>
See also <SELECT LANGUAGE="..."><TEXTAREA LANGUAGE="...">
Copyright 1997-2002 Idocs Inc.
