Close Event In Javascript Using OnUnload()
Close Event In Javascript Using OnUnload fuctions, its pretty simple.Check this out.
<html>
<body onunload=check()>
<script type=”text/javascript”>
function check()
{
a = “Mistonline.in”
alert(a)
}
</script>
</body>
</html>
Thanks
Related posts:
- Close Event In Javascript For Firefox, IE and Chrome
- How to close a child window from a parent window using javascript
