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 ![]()
Incoming search terms:
- chrome onunload 이벤트 (4)
- javascript events interview (2)
- onwindowclosing event firefox javascript (1)
- onUnload PHP (1)
- onunload <javascript> php (1)
- menu close event in java script (1)
- jQuery onunload (1)
- jquery add body onunload event (1)
- javascript close onunload (1)
- query close event in javascript (1)
You will also be interested in ,
- Find Absolute Path Of A File Or Directory Using PHP
- Pass PHP Value To Javascript
- CSS or Table?
- Change background color using php for a webpage
- Learn CSS Basics Very Simple Tutorial
- Custom Error Pages Using .htaccess
- Simple XML Reading Using PHP
- HTML E-mail Using PHP
- Add to favorites or bookmarking using javascript in firefox and internet explore [IE]
- Detect browser close event and alert some messages using javascript
