Can't jump to new web page from Revlet
Posted: Sun Feb 07, 2010 11:15 pm
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:
Nothing happens when it gets to this line in the standalone version.
Any suggestions?
Ron
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...."
Any suggestions?
Ron