Folks, the snippet below errors out on both FF and IE, with FF's error
console complaining "this.form has no properties", while a reference to
"document.f orms[0].name" works correctly.
<form name='whatever1 ' method = "post"
action="javascr ipt:alert(this. form.name);">
<input type="button" value="click" onClick = "this.form.subm it();"/>
</form>
Any ideas welcome,
AS
console complaining "this.form has no properties", while a reference to
"document.f orms[0].name" works correctly.
<form name='whatever1 ' method = "post"
action="javascr ipt:alert(this. form.name);">
<input type="button" value="click" onClick = "this.form.subm it();"/>
</form>
Any ideas welcome,
AS
Comment