A
ashore
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.forms[0].name" works correctly.
<form name='whatever1' method = "post"
action="javascript:alert(this.form.name);">
<input type="button" value="click" onClick = "this.form.submit();"/>
</form>
Any ideas welcome,
AS
console complaining "this.form has no properties", while a reference to
"document.forms[0].name" works correctly.
<form name='whatever1' method = "post"
action="javascript:alert(this.form.name);">
<input type="button" value="click" onClick = "this.form.submit();"/>
</form>
Any ideas welcome,
AS