Knowledge Base

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:
    "window.open('http://www.google.com','mywin','left=20,top=20,width=500,height=500,toolbar=1,resizable=0');"

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

0


You must be logged in to post a comment.