Recent Posts

This Post Has Been Viewed 203 Times.

Close Event In Javascript Using OnUnload()

Posted by admin | Posted in Html, JavaScripts, scripts | Posted on 20-06-2009

0

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 :)

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • De.lirio.us
  • Xerpi

Related posts:

  1. Close Event In Javascript For Firefox, IE and Chrome
  2. How to close a child window from a parent window using javascript
  3. Add to favorites or bookmarking using javascript in firefox and internet explore [IE]
  4. Caching of images using javascript image object
  5. Javascript setTimeout() Tricks
  6. Check password strength using javascript

Write a comment

Spam Protected