I want a hyperlink on my main page to launch an HTML help page in a new browser window. However I want the new window to only have an address bar, i.e. not have a menu, toolbars or status bar, and better still not even have an editable address bar.
I have seen this done on quite a few sites but can’t figure out what I need to do to launch the new window in that state.
Any clues?
To expand a little on what ocdecio has above, you can place the
window.opencall a function accessed from your various hyperlinks, allowing different links to pop up new windows by passing in a different argument to the function.