Hi guys i m new to Javascript..i m having an .net aspx page in which i want a CONFIRM MESSAGE to be popped when the user clicks on SAVE button...message to be printed is "ARE YOU SURE U WANT TO SAVE" its in C# and web application.... Thanks Ishan Parikh
<input type="submit" name="submit" onclick="return confirm('ARE YOU SURE U WANT TO SAVE?')" /> Code (markup):