Page 1 of 1

Opening a stack in the same window

Posted: Mon Aug 16, 2010 4:13 am
by gwbasic
go to stack URL "http://localhost/test.rev"

The code above will open the stack in a new window. How do I run the stack without opening a new window?

Re: Opening a stack in the same window

Posted: Mon Aug 16, 2010 5:33 am
by Janschenkel
Try the following extension of your 'go' command:

Code: Select all

go to stack URL "http://localhost/test.rev" in the window of this stack
HTH,

Jan Schenkel.