H
Herb Stull
Hello All,
I'd like for my ASP.NET application to look like an application and not have
to display the menu and toolbars in the browser window.
In order to do this now I use a response.write and imbed javascript to do
window.open and include parameters to suppress these items. This causes
problems for users that have a popup stopper installed as the resulting
window is a popup and is usually suppressed.
Please let me know if you have any tips on a workaround for this issue.
I'd also like to find a way to automatically maximize the browser window
since the app looks better in full screen mode.
Any help you all can provide is greatly appreciated.
Thanks, Herb
I'd like for my ASP.NET application to look like an application and not have
to display the menu and toolbars in the browser window.
In order to do this now I use a response.write and imbed javascript to do
window.open and include parameters to suppress these items. This causes
problems for users that have a popup stopper installed as the resulting
window is a popup and is usually suppressed.
Please let me know if you have any tips on a workaround for this issue.
I'd also like to find a way to automatically maximize the browser window
since the app looks better in full screen mode.
Any help you all can provide is greatly appreciated.
Thanks, Herb