<HEAD>
<SCRIPT language="Javascript">
 <!-- !InsertResultTable Catalog ProductCatalog 
          SELECT Name, Size, Price from Product-->
</SCRIPT>
</HEAD>
<BODY>
<!-- more Javascript code to manipulate the data -->
</BODY>

Example 5: Embedding the SQL is inside the <HEAD></HEAD> tag.

Back to Article