Subscribe Now!

Enter your email address:

Tuesday, October 4, 2011

Page Load Alert Box


Page Load Alert Box using  javascript
<html>
<head>
<SCRIPT LANGUAGE="javascript">
<!--
function CONFIRM(){if (!confirm
("Change this to your message"))
history.go(-1);return " "}
document.writeln(CONFIRM())
<!-- END -->
</SCRIPT>
</head>
<body></body>
</html>

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...