Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: HTML  |  size: 0.48 KB  |  hits: 153  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3.         <head>
  4.                 <title></title>
  5.                 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
  6.                 <!-- <script type="text/javascript" src="test.js"></script> -->
  7.                 <script type="text/javascript">
  8.                         $('<script type="text/javascript" src="test.js"><\/script>').appendTo( $("head") );
  9.                 </script>
  10.         </head>
  11.         <body>
  12.         <div></div>
  13.         </body>
  14. </html>