Run Web Page

Top  Previous  Next
The Run Web Page Gate allows Designers to create a gate and using the ‘On Click Javascript’ rule have the Gate run any web page internally without showing it to the end user
When the End User clicks on that location the web page is displayed
For example:  If you place a Run Web Page Gate in the workflow where myID is the name of the Primary Key and assign it the following On Click Javascript rule: MyPage.asp?myID=@@Session.MYID&x_coordinate=3&y_coordinate=1
When the user clicks on the Run Web Page Gate icon (assuming that they have reached this stage in the workflow) then a new browser window will appear of dimensions 575 x 600, the browser window will not allow for any navigation and it will show the page MyPage.asp with the query string myID=99&x_coordinate=3&y_coordinate=1 when 99 is the primary key for this workflow instance
Note:  When creating a web page to display the results once the page has been run the text &RunInPage=True is appended to the query string
This Gate will appear with a different icon to normal task Gates


<%www.webandflo.com%>