Thread
:
javascript question
View Single Post
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
View Public Profile
Visit celebx's homepage!
Find More Posts by celebx