Forum Moderators: open
my code:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="javascript">
function popupJoke(title, joke) {
var w = window.open('','sound','width=500,height=500,scrollbars=yes,resizable=yes');
var d = w.document;
d.write(
'<html><head><title>Dkicks Jokes</title></head><body bgcolor=#FFFFFF>' +
'Dkciks / Jokes / ' + title + '<p>
<p align="center"><font face="Courier" size="50">' + title + '</font><br><br>' + joke + '<br><br>
'<FONT SIZE="2" FACE="Verdana,Arial,Helvetica,sans-serif"><a HREF="javascript: self.close()">Close Window</a></font></p></body></html>');
d.close();
w.focus();
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<a href="javascript:popupJoke('dead', 'hee hee<br>hee hee<br>hee hee<br>hee hee<br>hee hee<br>')">the joke</a>
</body>
</html>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="javascript">function popupJoke(title, joke) {
var w = window.open('',title,'width=500,height=500,scrollbars=yes,resizable=yes');
var d = w.document;
document.write("ya tut");
d.write('<html><head><title>Dkicks Jokes</title></head><body bgcolor=#FFFFFF>' +'Dkciks / Jokes / ' + title + '<p align="center"><font face="Courier" size="50">' + title + '</font><br><br>' + joke + '<br><FONT SIZE="2" FACE="Verdana,Arial,Helvetica,sans-serif"><a HREF="javascript: self.close()">Close Window</a></font></p></body></html>');
d.close();
w.focus();
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<a href="javascript:popupJoke('dead', 'hee hee<br>hee hee<br>hee hee<br>hee hee<br>hee hee<br>')">the joke</a>
</body>
</html>