Sandbox: Difference between revisions

mNo edit summary
m reverted temporary changes
Line 15: Line 15:
Width (90px) and caption are optional. Target may be an internal or external link, but internal links take precedence.
Width (90px) and caption are optional. Target may be an internal or external link, but internal links take precedence.


<html>
<script type="text/javascript">
function toTheMessageBoard(){
window.alert("Taking you to the message board");
location.href ="http://bose.infopop.cc/index.html";
}
</script>


<script type="text/javascript" for="body" event="onbeforeunload">
    alert("The onunload event fired for the window object.");
toTheMessageBoard();
</script>
<body OnBeforeUnload="//return 'Are you sure you want to exit?';" >
</html>


{{T1 no link}}
{{T1 no link}}