topical media & game development

talk show tell print

#javascript-code-14-script.htm / htm



  <html>
  <head>
      <!—Load in our generic AJAX function -->
      <script src="ajax.js"></script>
      <script>
          // Load a remote Javascript file
          ajax({
              // The URL of the JavaScript file
              url: "myscript.js",
  
              // Force it to execute as JavaScript
              type: "script"
          });
      </script>
  </head>
  <body></body>
  </html>
  
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.