|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: New Window POPUP |
|
From: |
Magnus Gustafsson |
|
Date: |
4/20/2000 2:10:28 AM |
|
IP: |
212.209.42.130 |
Hi!
I have a javascript with a function popup as follows:
<script language="JavaScript" type="text/javascript">
<!--
function popup(slink)
{
window.open(slink, "Name", "scrollbars=yes, height=300, width=500");
}
//-->
</script>
Then add this in your bodytag:
<BODY onunload="javascript:popup(http://www.halmstadsbk.se)">
This should do the trick!
/Magnus
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|