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

help with a page with a fixed size

Status
Not open for further replies.

carloz55

Programmer
May 15, 2003
54
MX
Hallo to everibody

i would like to know how to put a fixed size with no menu,no toolbar on a page (is a form with a size of W 464 H 464

Tank's a lot
Carloz55
mexico
 
Code:
<a href="#" onclick="window.open('myurl.html','mywindow','toolbar=no,menubar=no');">Click me!</a>
This will do what you want. You can only open a separate window without toolbar, menu, etc. You cannot remove this items from the current window. Here is more on window.open command:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top