Form.Submit now working on ie 5 Mac

J

JazzLover

Can someone explain why this doesn't work on ie on the Mac and what a
solution to the problem is?

I have code like the following on my page:

<form name="addbutton" method="post"></form>
<script language="javascript">
function ClickAdd(status){


document.addbutton.action = "/add.asp";
document.addbutton.submit();

return false;
}//end function
</script>

and then down in the html a tag like so

<image onClick="JavaScript:ClickAdd('add');" src="/images/add.gif"
width="12" height="12" border="0" valign="bottom" alt="Click to add">


This seems to work in every browser I have tested but ie 5.2 on Mac.
It also works in other Mac browsers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top