Lunascape Support Forum

Find the answers you need and discuss anything about Lunascape.
It is currently Mon May 21, 2012 8:36 am

All times are UTC - 8 hours [ DST ]




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: How to open an page in all 3 browsers?
PostPosted: Tue Jan 12, 2010 7:21 pm 
Hi,

I tried lots to search for this topic, but couldn't find any help regarding this.
Is there any way I can open an URL in all three browsers with just 1 action.

Like I've used IE-Tester and there I can open an URL in IE6, IE7 and IE8 and enter the URL and it opens it in three tabs. Is there anyway I can do the same here for Trident, Webkit and Gecko?

Thanks for the help.


Top
  
Reply with quote  
 Post subject: Re: How to open an page in all 3 browsers?
PostPosted: Tue Jan 12, 2010 7:29 pm 
Found a workaround by adding the URL in the startup folder. Added the same URL three times with different rendering engines every time.

Any other suggestions?


Top
  
Reply with quote  
 Post subject: Re: How to open an page in all 3 browsers?
PostPosted: Wed Jan 13, 2010 11:03 pm 
Hi sp2hari,
Lunascape doesn't have that feature natively, but is possible via API.

You can change Script in a way to open a page in 3 engines while leaving the current tab. Basically what it does is to comment-out luna.Close so that it opens instead.

1. Copy the script below and save the text file as "OpenWithTripleEngine.vbs"
2. Go to [Tools]-[Scripts]-[Add Scripts] and register the above file.
3. At [Tools]-[Scripts], select the file.

Script
______(Comment out from here)__________________________________
Option Explicit

Dim luna
Set luna = CreateObject("Lunascape2.LunascapeAPI")

Dim currentURL
currentURL = luna.URL

Do While luna.ActiveIndex >= 0
luna.Close luna.ActiveIndex
Loop

luna.Navigate luna.OpenDocument("{248B8F5D-FAE2-4f0e-9EC9-3B408DBF0B2B}", ""), currentURL
luna.Navigate luna.OpenDocument("{614BA303-C6AB-47ec-B8B1-47908AEDDEDC}", ""), currentURL
luna.Navigate luna.OpenDocument("{EE4BBE46-460C-4533-9816-E265BD02424D}", ""), currentURL

Set luna = Nothing
______(To here)__________________________________


Top
  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 8 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
SubIPB3.0 Designed by Lee Gao - http://6.dot.ch/.
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Copyright Lunascape Co., Ltd. All rights reserved.