<whWebAction componentName="waLinkW3Validation">
<Setting id="URLToVirtualPath" value="http://demos.href.com/w3validation/adv" context="DEMOS" />
<Setting id="DiskFolder" value="D:\temp\w3validation\adv\" context="DEMOS" />
</whWebAction>
ReplyTo value="inEmail^" ASSIGNED|localvar.temp|the local var is non-blank procedure TfmAppPanel.waSiteIndexExecute(Sender: TObject); begin inherited; pWebApp.SendString(pWebApp.BuiltInIndex(False)); end;
if Assigned(pWebApp.WebPage) then // be careful to reference WebPage only if not-nil
JUMP|pgCheckout(apphttps)|check outpageid="pgCheckout" remap="(apphttps)"BounceIfNotScheme|HTTPS ActivateServerProfile|defprofile ActivateServerProfile|customprofile ActivateServerProfile|apphttp In this example, 'apphttp' is a reserved profile and means "the standard server
profile used for the application when running over http".ActivateServerProfile|apphttps In this example, 'apphttps' is a reserved profile and means "the secure server
profile used for the application when running over https/ssl".| https://www.href.com:8001/scripts/runisa.dll?-adv.3222:welcome:38297333.9823:mygrid.next | |
||||||||
|---|---|---|---|---|---|---|---|---|---|
| Letter | Part | Example | Notes | Used in Short Format | |||||
| S | scheme | HTTP or HTTPS | False | ||||||
| M | delimiter | :// | constant string | False | |||||
| H | host | href.com or www.href.com | False | ||||||
| M | delimiter | : | only used when port is not 80 | False | |||||
| T | port | 8001 | only used when not http on 80 and not https on 443 | False | |||||
| M | / | True | |||||||
| V | virtual path | scripts | path to the runner | False | |||||
| M | / | False | |||||||
| R | runner | runisa.dll or runbin.exe | filename with extension | False | |||||
| M | ? | False | |||||||
| Y | hyphen | - | used when switching AppIDs | usually not | |||||
| A | appid | adv | lowercase! | usually not | |||||
| W | . | dot before processid | usually not | ||||||
| O | processid | 3222 | unique to the running EXE instance | usually not | |||||
| W | : or / | usually not | based on server profile | ||||||
| G | pageid | welcome | use blank when on homepage | True | |||||
| W | : or / | True | |||||||
| N | session number | 38297333 | True | ||||||
| W | . | dot before random | True | ||||||
| X | Random | 9823 | optional random number to prevent caching | True | |||||
| W | : or / | True | |||||||
| C | command | mygrid.next | True | ||||||
| - | - | - | - | - | |||||
| U | authority | www.href.com:8000 | combines host plus delimiter plus port | False | |||||