Popup i frameset virker ikke
Hvad er der galt her....Der kommer ingen popup, hvis man lukker vinduet:
<html>
<head>
<title>SEXKILLINGER.DK :: Webcam liveshows med Danmarks frækkeste tøser.</title>
<link rel="stylesheet" type="text/css" href="chat.css">
<frameset cols="*,380" framespacing="0" frameborder="no" border="0" onUnload="window.open('logout.asp','','width=100,height=50')">
<frameset rows="100,40" frameborder="0">
<frame src="history.asp?ChatID=<%=ChatID%>" name="History" frameborder="yes" noresize bordercolor="#000000">
<frame name="Message" src="message.asp?ChatID=<%=ChatID%>" scrolling="no" target="_self">
</frameset>
<frame name="webcam" src="cam.asp?ChatID=<%=ChatID%>" noresize scrolling="no">
<noframes>
<body>
Din browser understøtter ikke frames.
</body>
</noframes>
</frameset>
</head>
</html>
