Thread: html question
View Single Post
Old 07-14-2003, 11:24 PM  
teenjump
So Fucking Banned
 
Join Date: Jul 2003
Posts: 1,595
Code:
<html>
hahahahahaha>
<title>Random Link</title>
</head>
hahahahahaha>
   <TABLE ALIGN="center" BORDER="0" WIDTH="200" HEIGHT="100" CELLSPACING="0" CELLPADDING="0">
       <TR ALIGN="center" VALIGN="top">
            <TD ALIGN="center" VALIGN="top">
              hahahahahahahaha LANGUAGE="hahahahahahahahahaha">
                      /*  Enter the address and the name you want to show up when the link is displayed.
                          you must separate them with a comma or the script will not work correctly.  You
                          also cannot use a comma in the address or name, this will also cause problems.
                          This script was created by Jim Young of www.requestcode.com.
                          Please leave the credit in the comments if you use this script.
                      */ 
                var linkarr=new Array()
                      linkarr[0]="http://www.wsabstract.com,Website Abstraction"
                      linkarr[1]="http://www.dynamicdrive.com,Dynamic Drive"
                      linkarr[2]="http://www.requestcode.com,Request Code"
                      linkarr[3]="http://www.hotscripts.com,Hot Scripts"
                      linkarr[4]="http://www.htmlgoodies.com,HTML Goodies"
                      len=linkarr.length // how many entries in the array
                     randnm=Math.round(Math.random()*(len-1))
                     ranlink=linkarr[randnm].split(",") // separate the address and name
                     hahahahahahahahahahahahahahaha("<A HREF='"+ranlink[0]+"' TITLE='"+ranlink[1]+"'>"+ranlink[1]+"</A>")
                     document.close()
              </hahahahahahahaha
            </TD>
       </TR>
   </TABLE>
</body>
</html>
teenjump is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote