|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. 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
|
|
|
|
|
|
|
|
|
|
|
|