Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

open inital html file without button bar, etc..

Status
Not open for further replies.

Southridge

Technical User
Apr 30, 2003
20
US
Hi,
I am aware of how to open a pop up window without the button bars, scroll bars, etc.. but I'm stumbling on how to do it on the html file that starts the process. in other words, lets say that I want my website to open with index.html, but I want it to open without the button bars, etc. ?

Thank you.
 
You'll have to have a background page running that opens your actual webpage like:

<body onLoad=&quot;window.open('TheRealPage.htm','','toolbar=no,status=no,scrollbars=no');&quot;>

-----------------------------------------------
&quot;The night sky over the planet Krikkit is the least interesting sight in the entire universe.&quot;
-Hitch Hiker's Guide To The Galaxy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top