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
|
|