<html>
<body>
<script language= "javascript"type="text/javascript">
var txt=""
function message()
{
try
{
adddlert("welcome to my blog")
}
catch(err)
{
txt="There was an error on this page.\n\n"
txt+="click ok to continue viewing this page,\n"
txt+="or cancel to return to the home page.\n\n"
if(!confirm(txt)
{
document.location.href="http://www.google.com/"
}
}
}
</script>
<body>
<input type="button" value="view message" onclick="message()"/>
</body>
</html>
<body>
<script language= "javascript"type="text/javascript">
var txt=""
function message()
{
try
{
adddlert("welcome to my blog")
}
catch(err)
{
txt="There was an error on this page.\n\n"
txt+="click ok to continue viewing this page,\n"
txt+="or cancel to return to the home page.\n\n"
if(!confirm(txt)
{
document.location.href="http://www.google.com/"
}
}
}
</script>
<body>
<input type="button" value="view message" onclick="message()"/>
</body>
</html>
No comments:
Post a Comment