*PLBWEBMENUURL (SETMODE)
PLB Web Only
*PLBWEBMENUURL={value}
The *PLBWEBMENUURL control alters the default html page invoked by a PL/B Web Server client when the PWS PL/B program terminates normally without an error.
{value} is a string variable that defines the normal termination URL.
If this keyword is not used and the runtime PLBWEB_MENU keyword is not used, the server defaults to an action using the last PL/B Web Client URL. This causes a behavior that is the same as when a browser reload action occurs.
If the {value} is a tilde (~) character, the server client defaults to the html page named 'plbwebclose.html'. If the {value} is NULL, the default behavior for the PL/B Web Server client is to perform a reload browser action using the original browser URL.
This keyword is only available when using the PL/B Web Server.
See Also: List Controls (SETMODE), SETMODE
![]() |