On Mon, 28 May 2001 12:49:58 +0200, "Michael Bas"
<michaelbas@get2net.dk> wrote:
>Hvordan for jeg et pop-up-vindue til at lukke automatisk, når et nyt
>pop-up-vindue skal frem?
Her er et javascript jeg har lavet. Du skal sikker modificere det lidt,
men du burde kunne bruge det til noget:
<script language="javascript" type="text/javascript">
skod = null;
function openup(link){
if (!skod || skod.closed){
skod = window.open(link,"popwindow","width="+w+",height="+h+",resizable=0,status=0,left=0,top=0,menubar=0,scrollbars=auto,toolbar=0,location=0,directories=0");
} else {
if (skod.location == "
http://www.ditdomain.dk/filens.navn"){
skod.focus()
} else {
skod.close();
skod = window.open(link,"popwindow","width="+w+",height="+h+",resizable=0,status=0,left=0,top=0,menubar=0,scrollbars=auto,toolbar=0,location=0,directories=0");
}
}
}
function checkwindow(){
if (!skod || skod.closed){} else {skod.close()}
}
</SCRIPT>
Så laver du links som
<a href="javascript
enup('filnavn.html')">bla</a>
og indsætter evt. ONUNLOAD="checkwindow()" i dit BODY tag.
--
Mvh. Stefan
Website:
http://ghashul.dk/
"I demand the right to keep and arm bears"
"A computer without Windows, is like a fish without a bicycle"