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.
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.