auomatisk luknng af asp/html/php <--
hvor for jeg denne side til at lukke efter 5 sek...<HTML>
<HEAD>
<link rel="stylesheet" HREF="style.css" type="text/css">
<TITLE> PrestiGe</TITLE>
<script language="javascript" type="text/javascript" SRC="js/pz_chromeless.js"></script>
<script>
function openIT() {
theurl="side.php"
wname ="test"
W=820;
H=620;
windowCERRARa = "img/close_a.gif"
windowCERRARd = "img/close_d.gif"
windowCERRARo = "img/close_o.gif"
windowTIT = "<font face=verdana size=1> PrestiGe </font>"
windowBORDERCOLOR = "#000000"
windowBORDERCOLORsel = "#FFFFFF"
windowTITBGCOLOR = "#E0E0E0"
windowTITBGCOLORsel = "#a0a0a0"
openchromeless(theurl, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowTIT, windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}
</script>
</HEAD>
<BODY BGCOLOR="#555555" >
<TABLE WIDTH="100%" HEIGHT="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR ALIGN="center">
<TD>
<BR>
<BR>
<A HREF="farvel.html" onclick="java script:openIT()"><b>Klik her for at åbne siden (Nyt vindue)</b></A>
<BR>
<BR>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>