SmartPage code example

This example shows the source code for a Web page that contains SmartPage commands.

<!-- enable:SMARTPAGE --> 
<!-- Validate: [*,redirect.html] --> 
<html> 
   <head> 
      <title>SmartPage FilterPage Command</title> 
   </head> 
   <body> 
      <p> 
      <center> 
      <table border =1> 
      <tr><td> 
      <!-- insert:FILTERPAGE[bgcolor="gray"] --> 
      </td></tr> 
      </table> 
   </body> 
</html>