RonchonBlogs
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
Friday, July 9, 2010
Javascript onclick return false does not work in IE6, IE7
Workaroud:
Instead of:
onclick="yourFunction(); return false;"
Use this:
onclick="yourFunction(); event.returnValue=false; return false;"
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment