View Single Post
Old 10-05-2001, 10:45 AM  
JackFoley
Confirmed User
 
Join Date: Jul 2001
Location: Pac-land
Posts: 858
In between your HEAD tags (make sure to put Javascript tags aroung it too):

function popWin() {
window.open('advert.html', '_blank', 'width=300,height=300');
}

Then in your BODY tag:

onload="javascript:popWin();"

OR

body onUnload="javascript :popWin();"

Hard to explain on this board because it doesn't handle html tag very well.

------------------
I'm too lazy to run this shit.

[This message has been edited by JackFoley (edited 10-05-2001).]

[This message has been edited by JackFoley (edited 10-05-2001).]
JackFoley is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote