 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| View previous topic :: View next topic |
| Author |
Message |
cygnusx1
Joined: 25 Sep 2007
Posts: 7
|
| Posted: Tue Sep 25, 2007 7:59 am Remove "http://" fromTitleBar when navigating to a |
|
|
When opening a blank IE document with vbscript, is there a way to remove the prefix "http://" from the titlebar? One way around is creating a htm file and navigating to that. Is there a way without creating a htm file?
.vbs Code:
Set oIE = CreateObject("InternetExplorer.Application" )
With oIE
.Navigate "about:blank"
.Visible = 1
End With
Do While oIE.Busy
WScript.Sleep 200
Loop
With oIE.Document
.Writeln "<title>Test</title>"
End With
(also posted in the General HTML forum) |
|
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8428
Location: Castle Pines North, CO USA
|
| Posted: Tue Sep 25, 2007 2:48 pm |
|
|
The DevShed forum might be able to help you out with this one.
_________________
Corey
Toll Free Fax Numbers | Mile High Merchant Accounts |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|