We have used the GetContext Service  technique with success.  Code is as
follows.
I believe this works with Netscape or   

// Script code 
inet            li_inet_base
integer         li_return

GetContextService("Internet", li_inet_base)

li_return = li_inet_base.HyperlinkToURL("http://www.yourcompany.com")

IF li_return < 0 THEN
        MessageBox("Hyperlink To URL Failed", "The hyperlink to the     URL
address failed")
END IF                                  



> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, February 25, 2000 7:55 AM
> To:   [EMAIL PROTECTED]
> Subject:      PFCSIG Calling netscape browser to open an html page
> 
> 
> 
> Hi all,
> 
> I want to open an html page in a netscape browser. I was thinking of using
> ole control, but i could not find an ocx for netscape.
> Can any one pls. tell me where I can get one?? Is there any other way of
> doing this?????????????
> 
> Thanks in advance for your help.
> 
> Praful
> 
> 
> 
> > [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE COMMANDS,
> ADDRESS
> > A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE:   help
> pfcsig
> > SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]
> [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE COMMANDS, ADDRESS
> A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE:   help pfcsig
> SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]

Reply via email to