Below is the coding in my HTML page:
<input onclick="return confirm('Delete Record?')"
type="submit" value="Delete" name="Delete">
Delete function is working but without pop out "Delete Record? " in Google Chrome ver38.
Delete function is working and with pop out "Delete Record?" in Internet Explorer.
Any solution for this problem?