I want to be able to open a new window with simple html, like this: <a href="file.htm" target="_blank">click here</a>
I want to then put javascript in the header of that new file that takes off attributes such as toolbars or scrollbars. This has to be possible.
Thanks.