stevenk140
Programmer
I would like to get rid of the menu bar on my popup page.
I have a hyperlink control that links to a page, and I would like that link to popup a new window without a menubar.
I know you can open new windows using javascript:
window.open(link, null, "menubar=no", null)
But I don't know how to make my link do something like this.
I have a hyperlink control that links to a page, and I would like that link to popup a new window without a menubar.
I know you can open new windows using javascript:
window.open(link, null, "menubar=no", null)
But I don't know how to make my link do something like this.