Thread
:
Javascript alert box on exit??
View Single Post
08-04-2007, 05:09 AM
polle54
Confirmed User
Join Date: Jul 2004
Location: The Beach
Posts: 4,626
<body onunload="function()">
<script type="text/javascript">
function function()
{
alert("hello world");
}
</script>
I think
__________________
ICQ# 143561781
Last edited by polle54
; 08-04-2007 at
05:10 AM
..
polle54
View Public Profile
Visit polle54's homepage!
Find More Posts by polle54