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).]