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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can I remove toolbars,location,scrollbars etc

Status
Not open for further replies.

doco

Programmer
Sep 28, 2000
32
GB
gentlefolk,

How can i include some code so a page loads without toolbars,location,scrollbars?
I've been playing around
with the open(scrollbars='0'etc,etc) but it starts opening a new window.

Thanks

Chris
 
window.open("myWin.htm", "myWin", "width=200, height=400, toolbar=no, status=no, resizeable=no")
then put scroll=no in the <body> tag of the window ur openin -Greg :-Q
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top