posted 23 years ago
I ran into this problem once before also, and if you have an app that opens a browswer, there is not much you can do. You can have it call a page, that immediatly opens the window without the buttons and toolbars, and then on that page close the parent window, but again you will have problems becuase there is a security feature on one of the browswers (Netscape I think) that will not let you close the parent window without showing an alert box. And you can't determine which browser becuase it will be the users default browser.
I never found a solution to this. I think the only solution would be to open up that API to the browsers and play with the selelctions that way, which is a pretty complicated and not worth it solution. The other choice is to leave the toolbars and header info, and a third choice is to have a page that redirects you with javascript to open the page the way you want, but then you will still have the one page opened up in the background.
Bill