I was wondering how I can make a browser window open that does not have all the toolbars on the top and bottom.
I am looking at getting a site to open an item in a different window that is plain, rather than with all the toolbars that we all usually have hanging around.
You should be aware that this will not work in all instances. A lot of users will have their browsers set up to open pop-ups in a new tab in the same browser window. Other users may use browsers which does not allow disabling the toolbars.
Generally speaking, it’s a bad idea to use pop-ups. They are much less accessible (especially without the toolbars), and you can achieve the same functionality using CSS.
Modern browsers do not allow the address and status bars to be turned off. Most of the rest can also be locked on by selecting appropriate settings in the browser (the easiest way is to just make all new windows open in a new tab of the existing window).