Statements>Redirect to a new URL
Introduction Installation Beginning Admin Quick Ref FTP Server SMTP Server Database Security
Statements Objects String Parsing Events Queues Samples Special names Error Handling Accessories   Back
Caravan Business Server>Help>Statements>Redirect to a new URL
Syntax
<CARAVAN>
      redirect {URL}
</CARAVAN>
Text You can 'Redirect' existing page to a new URL.
Sample

<HTML>
<BODY>
<CARAVAN>
            if session(checksession)="NOMOREUSER"
                  //if user licence is expired then redirect page to licenseexp.html
                  redirect "licenseexp.html"
            endif


</CARAVAN>
</BODY>
</HTML>
Quick Reference
Home       Back