J
Joe Zendle
Hi. I'm using the following javascript in IE6 and the call
to set the form action gives an error "Object doesn't
support this property or method". This works fine with
other browsers (netscape, mozilla, etc). Any thoughts?
<script Language="Javascript">
function thisFormSubmit(thisActionString) {
var thisForm = document.ModifyForm;
thisForm.action = thisActionString;
thisForm.submit();
}
to set the form action gives an error "Object doesn't
support this property or method". This works fine with
other browsers (netscape, mozilla, etc). Any thoughts?
<script Language="Javascript">
function thisFormSubmit(thisActionString) {
var thisForm = document.ModifyForm;
thisForm.action = thisActionString;
thisForm.submit();
}