Page 1 of 1

Can't jump to new web page from Revlet

Posted: Sun Feb 07, 2010 11:15 pm
by Ron Zellner
Hi,

I have a function for launching a web page with a specified URL that works fine in Revolution, but does not work when saved and accessed as a web-based standalone file (Revlet).
The basic code is:

Code: Select all

  launch URL "http://server/folder/file...."
Nothing happens when it gets to this line in the standalone version.
Any suggestions?

Ron

Re: Can't jump to new web page from Revlet

Posted: Mon Feb 08, 2010 12:34 am
by Mark
Ron,

You need to set the Processes permission in the Web pane of the standalone settings window.

Best,

Mark

Re: Can't jump to new web page from Revlet

Posted: Tue Feb 09, 2010 3:46 am
by Ron Zellner
That was it. Thanks for the help!

Ron

Re: Can't jump to new web page from Revlet

Posted: Wed Feb 10, 2010 10:59 pm
by shadowslash
Any information as to how to jump to a new web page from within the revlet's own page? I mean without making the browser opening in a new tab or window?

Re: Can't jump to new web page from Revlet

Posted: Thu Feb 11, 2010 1:09 am
by shadowslash
shadowslash wrote:Any information as to how to jump to a new web page from within the revlet's own page? I mean without making the browser opening in a new tab or window?
Ignore my previous post as I have found the answer.
http://forums.runrev.com/phpBB2/viewtop ... 519#p21519