Opening html in a different web browser

2005-04-07 Thread Anna Bikkina
Hi,

I am trying to open a html page in a different web browser. I am not
sure how to do it. Can anyone please suggest?

Here is the sitemap I am using to generate the html page. How can I tell
the sitemap to launch the output in a differnt web browser?
   
 
   

 




Thanks,
Anna.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Opening html in a different web browser

2005-04-07 Thread Adam Ratcliffe
Hi Anna

By different web browser do you mean a new web browser window?

You would need to do that on the client using some javascript:

window.open("myCocoonURL", "windowTitle", "width=400, height=300,
resizable=yes");
Cheers
Adam

> -Original Message-
> From: Anna Bikkina [mailto:[EMAIL PROTECTED]
> Sent: Friday, 8 April 2005 10:14 a.m.
> To: users@cocoon.apache.org
> Subject: Opening html in a different web browser
>
>
> Hi,
>
> I am trying to open a html page in a different web browser. I am not
> sure how to do it. Can anyone please suggest?
>
> Here is the sitemap I am using to generate the html page. How can I tell
> the sitemap to launch the output in a differnt web browser?
>
>  
>
>
>   
> 
>
>
>
> Thanks,
> Anna.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]