View Single Post
  #1 (permalink)  
Old March 11th, 2007, 10:34 AM
sdamansk sdamansk is offline
Registered User
 
Join Date: Mar 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Can you rip a titlebar off a popup window?

Hello,
Vbscript newbie wants to know how to remove the windows titlebar from appearing on a popup page. For example, I found this
window.external.parent.SetTitleBarFormat specif ier, but
I cannot seem to strip the titlebar off my popup.
I desire the simplest implementation of this popup callup.
something like window.external.parent.SetTitleBarFormat = hidden

Thanks


Prefer not to use a HTA. Just desire a simple sub that hides or drops the titlebar when the popup is called up.
Reply With Quote