Link to home
Start Free TrialLog in
Avatar of DarrenJackson
DarrenJacksonFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Open mozilla webpage in VB

Gents

I have a problem I am struggling to create a kiosk style webpage within mozzilla

I have script that does this but it opens up 2 windows which i have been informed is not possible to close easily.

What I thougth would answer my problems is create the same webpage but through a vb window. I have at present a logon vb code which either lets me aggree/disagree depending on the button they press but it also has a link to a an internet explorer webpage

What i thought i could do is set  the defrault browser to be the mozilla  then run it but this is not the case

This way of creating my kiosk stlye webpage seems to be the only way forward

as if it wasnt for the fact that i need to open up adobe acrobat files without an file does not exist error message this would not be a problem.

So I need to use mozilla can anyone modify the script to run a window within mozilla instead of explorer

Private Sub Label2_Click()
 Terms.Show vbModal, Me

End Sub




Private Sub Form_Load()
    WebBrowser1.Navigate "http://htsvr1:82/index.php"


Any help would be great

Darren


ASKER CERTIFIED SOLUTION
Avatar of Alexmipego
Alexmipego

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DarrenJackson

ASKER

Thanks  Alexmipeqo

Just the ticket