Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
635 Points
368 Posts
Jun 12, 2012 07:36 PM|LINK
when i use normal input html button it works ok ..but when i use html image button when i click it cause browser reload so how can i avoid that behaviour HTML Image Button <input type='image' src='myimage.gif' height='15px' width='15px' border='0' onclick="" /> HTML Button <input id="Button2" type="button" value="button" onclick=" " />
AhmedHussein...
Member
635 Points
368 Posts
Avoid HTML Image Button Browser Reload
Jun 12, 2012 07:36 PM|LINK
when i use normal input html button it works ok ..but when i use html image button when i click it cause browser reload so how can i avoid that behaviour
HTML Image Button
<input type='image' src='myimage.gif' height='15px' width='15px' border='0' onclick="" />
HTML Button
<input id="Button2" type="button" value="button" onclick=" " />