Page Without Toolbars
Hello everyone and thanks for your help in advance. I need to develop a page that, upon opening, doe not display any of the toolbars. Basically, this is similar to the window.open feature of javascript with toolbars='no'. But I have two questions. Is there an ASP.Net equivalent for this. If not, the only way I know how to do this is with window.open, which I think means I would have to open one page, the redirect to the page without toolbars, since I don't think the window.open works for the inital page load. Any help on this would be greatly appreciated. Thanks.
|