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.
|