Link to home
Start Free TrialLog in
Avatar of Member_2_220651
Member_2_220651

asked on

IE3.0 support but not IE4.0?!

I'm writing a asp
I have used "MyForm.Submit()" to submit a form.  It works when I use IE 3.0, however, an error message prompted -
"Object does not support this property or method - MyForm.Submit"  when I use IE 4.0.

What can I do?

ASKER CERTIFIED SOLUTION
Avatar of FutureX
FutureX

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of FutureX
FutureX

Actually. You can do this. It's just an example!

<script..... what language???>
Sub submit()
// Actions
End sub
</script>

then

<form>
<button ID="Mybutton (or whatever you wish to call it)" onclick="submit()"> Click me </button></form>

Internet Client SDK is gonna help you much quicker. You know where to find it?