Tuesday, September 27, 2011

Alert message on hyper link click

 <a href="#" onclick='alert("hiii");return false;'  >Click Here</a>
or
<a href='javascript:alert("hello")'>hello</a>
 
For Confirmation box 
 OnClientClick="return confirm('Are you sure, you want to delete.');"  




No comments:

Post a Comment