Y YoMama Apr 21, 2006 #1 Is there any way to run asp.net web app as toolbarless, menuless window in IE?
M Marina Levit [MVP] Apr 21, 2006 #2 You have to spawn a new window using window.open. This method takes arguments that control these things: http://www.devguru.com/technologies/javascript/10894.asp However, if the user browses to a particular page directly, there is nothing you can do to hide menus or anything like that.
You have to spawn a new window using window.open. This method takes arguments that control these things: http://www.devguru.com/technologies/javascript/10894.asp However, if the user browses to a particular page directly, there is nothing you can do to hide menus or anything like that.