Also, if you want the revlet to load the new URL onto the same window as it is, try out this little code that I cooked up awhile ago.
Code: Select all
on mouseUp
do ("window.location=" & quote & "http://www.mywebsite.com/" & quote & ";") in browser
end mouseUp
I myself have been using "launch URL" until 5 minutes ago where I managed to make this code work. This doesn't require you to put "Process" among the Security Settings of your revlet. You don't need any permission for this. The only thing that's going to be a stop to this method is if the user has disabled his / her javascript on his / her browser which is rare nowadays.
Hope my post helped and, have fun using rev!
