paragvshah
Programmer
Hi friends
I have some problem with this script it is working fine in IE 5.0+ but it does not work in NS 4.7.can somebody help me out. I am trying to call function on the onclick event from a image button before submitting the page.
<html>
<head>
<title>Untitled</title>
</head>
<body bgcolor="#99FF99">
<form name ="form" action="dosomeaction.htm">
<input type="image" src="cart2.gif" border=0 width="60" height="19" align="middle" onClick="alert('hello')">
</form>
</body>
</html>
I have some problem with this script it is working fine in IE 5.0+ but it does not work in NS 4.7.can somebody help me out. I am trying to call function on the onclick event from a image button before submitting the page.
<html>
<head>
<title>Untitled</title>
</head>
<body bgcolor="#99FF99">
<form name ="form" action="dosomeaction.htm">
<input type="image" src="cart2.gif" border=0 width="60" height="19" align="middle" onClick="alert('hello')">
</form>
</body>
</html>