<!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> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>JASPA.DOM | Example</title> <!-- Point at a script we compiled earlier from example.as --> <script type="text/javascript" src="example.js"></script> <!-- For testing; you could compile at runtime with the web compiler, e.g: <script type="text/javascript" src="/path/to/jas.php/example.as"></script> --> </head> <body> <pre>This page is loading example JASPA.DOM script <a href="example.as">example.as</a>. When the DOM is ready it will say "Hello World" <a href="README.txt">» README.txt</a> <a href="http://www.jaspa.org.uk">» jaspa.org.uk</a> </pre> </body> </html>