Advertisement
jargon

Glow JS 0-01 Associative Array (html)

Aug 28th, 2016
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.54 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2. <!-- Glow JS 0-01 Associative Array by Timothy Robert Keal -->
  3. <html> 
  4.     <head>
  5.         <meta charset="ISO-8859-1">
  6.  
  7.         <title>
  8.             Glow JS 0-01 Associative Array
  9.         </title>
  10.  
  11.         <link rel="stylesheet" type="text/css" href="Glow JS 0-00 Style.css" media="screen" />
  12.     </head>
  13.    
  14.     <script src="Glow JS 0-01 Associative Array.js" language="JavaScript"></script>
  15.    
  16.     <body onload="addToArray([]);">
  17.         Glow JS 0-01 Associative Array
  18.     </body>
  19.  
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement