Help me understand javascript:void(null)
Posted
by Anil Namde
on Stack Overflow
See other posts from Stack Overflow
or by Anil Namde
Published on 2010-05-19T08:21:54Z
Indexed on
2010/05/19
8:30 UTC
Read the original article
Hit count: 183
JavaScript
can someone please help me with this javascript:void(null) I found it used in link buttons as follows
<a onclick="ProcessResponse()" href="javascript:void(null)" >Accept Data</a>
© Stack Overflow or respective owner