Have your exclusive Wjunction popup!

Status
Not open for further replies.

KaiTrac

Banned
Banned
284
2008
0
0
Change to you personal popup image or just add a link to wjunction!

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- TWO STEPS TO INSTALL POPUP WINDOW:

   1.  Paste the first into the HEAD of your HTML document
   2.  Use the code to open the pop-up page on your site  -->

<!-- STEP ONE: Copy this code into the HEAD of your HTML document  -->

<HEAD>

<!-- TWO STEPS TO INSTALL POPUP WINDOW:

   1.  Paste the first into the HEAD of your HTML document
   2.  Use the code to open the popup page on your site  -->

<!-- STEP ONE: Copy this code into the HEAD of your HTML document  -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Idea by:  Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL:  http://fineline.xs.mw -->

<!-- Visit the geek/talk Forums at GeekVillage.com today -->
<!-- Go to: http://www.GeekVillage.com/forums/ -->

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1280,height=1024,left = 0,top = 0');");
}
// End -->
</script>


<!-- STEP TWO: Paste this onLoad event handler into the BODY tag -->

<BODY onLoad="javascript:popUp('http://underwarez.org/wunction.JPG')">

<!-- Script Size:  0.73 KB  -->
<title>Untitled Document</title>
</head>

<body>
<center><font size="7">MY WOWSOME FORUM</font></center>
</body>
</html>
example:
Code:
http://underwarez.org/wow.htm
 
8 comments
Status
Not open for further replies.
Back
Top