How do I set and/or get a cookie?

Posted by:

Getting and setting session cookies can be accomplished by using Studio’s Request Object (wwgRequestObj) support function.

The function is called as follows:

Please refer to the Functions section of the support site for this and other available support functions.

Continue Reading →
0

How can I open a new browser window in RiverStar Studio?

Posted by:

Opening a new browser window in your Studio-built application can be accomplished as follows:

  1. Create a new action in RiverStar Studio.
  2. Add the Advanced >Page Load Javascript command to the new action.
  3. In the command properties, set the Value Type property to Text.
  4. Enter the following command into the Value property:

More information: You may also refer to the following site for more information on using JavaScript to open a new browser window:

http://www.javascripter.net/faq/openinga.htm

Continue Reading →
0