spacedeveloper
Programmer
Hi everyone,
I'm wondering:
why does my form STILL submit in IE after this code is written (it does NOT submit in other browsers)?:
<form action=" onsubmit="return false;" method="post">
My button is a type="submit" button.
Thanks for any help
I'm wondering:
why does my form STILL submit in IE after this code is written (it does NOT submit in other browsers)?:
<form action=" onsubmit="return false;" method="post">
My button is a type="submit" button.
Thanks for any help