ph_setwebnexturl PowerHome formula function
Description
Sets the URL of the next web page to be displayed.
Syntax
ph_setwebnexturl ( nexturl )
Argument |
Description |
nexturl
|
A string representing the URL for the next web page.
|
Return value
Integer. Returns a 0. This function is useful for navigation between web pages where PowerHome executing a formula or macro. A common use would be for a Control Center web page where a formula or macro button would be used for navigation. When pressing this button, you could perform PowerHome functions and when done, set the next web page that will be displayed. Not all PowerHome web pages support changing the next URL. Functions that do support the next URL are: CCBUTTON, PLAYMACRO, EVALFORMULA, and EXECSENDKEYS.