RollOver Java Buttons

admin

Administrator
Staff member
Hello, Can someone tell me why this does NOT work (but MO works ok):

<a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:window.document.ThisForm.submit()" OnClick="CheckCardNumber(this.form)"
onmouseover="chkVer('go4','but4'); window.status='Check Credit Card Details'; return true"
onmouseout="chkVer('go4','but3')">
<IMG NAME="go4" width=184 height=21 border=0 alt="Check Card" SRC =http://www.webdeveloper.com/forum/archive/index.php/"check_card1.gif"></A>

and this button does:

<input type="button" NAME="ThisForm" value="Check Card" OnClick="CheckCardNumber(this.form)">

Any help would be greatly appreciated.

....... Dave
 
Back
Top