Heres my problem:
<a href="javascrip t:void(document .buysell.submit ())" target="_parent "
onMouseOver="MM _swapImage('mem bers','','image s/membersf2.gif', 1)"
onMouseOut="MM_ swapImgRestore( )"><img src="images/members.gif"
alt="Back to members page" name="members" width="270" height="25"
border="0"></a>
I get the error "document.buyse ll" is null or not an object, but my
form name is buysell and when using the submit button, which is not
called "submit", everything submits fine....
please help,
Chris.
<a href="javascrip t:void(document .buysell.submit ())" target="_parent "
onMouseOver="MM _swapImage('mem bers','','image s/membersf2.gif', 1)"
onMouseOut="MM_ swapImgRestore( )"><img src="images/members.gif"
alt="Back to members page" name="members" width="270" height="25"
border="0"></a>
I get the error "document.buyse ll" is null or not an object, but my
form name is buysell and when using the submit button, which is not
called "submit", everything submits fine....
please help,
Chris.
Comment