View Single Post
Old 01-13-2005, 05:43 AM  
celebx
Confirmed User
 
Join Date: Jul 2001
Location: The Netherlands
Posts: 197
<script>
function functionname() {
alert();
}

w=window.open('url');
w.document.onload=functionname; // no ()
</script>
__________________
Message me for more info: ICQ 8322641 (@gmail.com).
celebx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote