[THIN] Re: IE 6 question
- From: <christopher.walter@xxxxxxx>
- To: <thin@xxxxxxxxxxxxx>
- Date: Wed, 31 Dec 2008 09:47:38 -0500
I just use VB. Try this, I have problems with sites not working properly in
kiosk mode so this is what I use. Just insert your URL in the script and run
cscript scriptname.
Set objExplorer = WScript.CreateObject("InternetExplorer.Application")
objExplorer.Navigate "http://URL"
objExplorer.ToolBar = 0
objExplorer.StatusBar = 0
objExplorer.Width=1000
objExplorer.Height = 700
objExplorer.Left = 0
objExplorer.Top = 0
objExplorer.Visible = 1
________________________________
From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On Behalf Of
Stratton, Doug ISMC:EX
Sent: December 30, 2008 7:34 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] IE 6 question
Hi,
We want to remove all the menu options from IE 6. I have found some gp
settings that remove all but Edit, View, Tools and Help.
Can't figure out how to remove them. Don't want to use the -k kiosk option.
Thanks for any answers.
Regards,
Doug Stratton, Shared Service BC
Service Desk Email: 77000@xxxxxxxxx
Service Desk Tel: (250)387-7000
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
Other related posts: