HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Remove "http://" fromTitleBar when navigating to a
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> Others
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
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> Others
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group