8/25/2009 10:20 PM | |
Posts: 2 Rating: (0) |
Guy, I am having the same problem with Web Nav. ver 6.2 It started right after I upgraded from ver 6.1. |
8/25/2009 10:41 PM | |
Posts: 24 Rating: (0) |
We are now up on version 7, however, I have further narrowed down my problem since the initial post. If I launch Web Navigator from a link or a vbscript, I am only able to open one instance and I get the error message if I try to open another. However, if I open a new IE Window each time and type the address in, I can open as many as I would like. The script I use is as follows: Dim objExplorer : Set objExplorer = CreateObject("InternetExplorer.Application") objExplorer.Navigate "http://140.80.0.152/" objExplorer.ToolBar = False objExplorer.StatusBar = False objExplorer.menuBar = False objExplorer.AddressBar = False objExplorer.Width = 1037 objExplorer.Height = 770 objExplorer.Left = 0 objExplorer.Top = 0 objExplorer.Visible = 1 If you copy this to notepad, change the server address, and save it as a .vbs file, you can open Web Navigator in a clean full window rather than having all of the IE junk bars at the top. This is what I use in our organization rather than IE Shortcuts. |
9/25/2009 4:29 PM | |
Posts: 2 Rating: (0) |
Make the Web Nav servers that you want to access Favorites in Internet Explorer on the Clients and everything shoud work fine. |
Follow us on