I would like to disable the toolbar via a link in my HTML. I've tried:
<a href="window.open(URL, '', 'toolbar=no,menubar=no...')">Click</a>
But it is not working. Could somebody provide some direction here?
I would prefer to not use Javascript.