R RustyHill Feb 5, 2009 #1 Is there a simple way I can supress the address bar and browser buttons on every page in my ASP.NET application? Thanks
Is there a simple way I can supress the address bar and browser buttons on every page in my ASP.NET application? Thanks
G George Feb 6, 2009 #2 yes... you need to open a new window with window.open. Look it up. there you can tell to not show address bar or any buttons. George.
yes... you need to open a new window with window.open. Look it up. there you can tell to not show address bar or any buttons. George.