Subject: Page Without Toolbars
Posted By: hugh@kmcnetwork.com Post Date: 2/7/2004 8:45:41 AM
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.

Reply By: planoie Reply Date: 2/9/2004 11:18:15 AM
You are exacly right.  You have to do this with window.open on the first page's resulting HTML.  This is a client-side process so there is little (if any) alternative.

You can use ASP.net Page.RegisterStartupScript to get the necessary javascipt on the page if you need to do so programmatically.  Otherwise, you could just put it directly into the first web form of your application.

Peter
------------------------------------------------------
Work smarter, not harder.

Go to topic 9485

Return to index page 953
Return to index page 952
Return to index page 951
Return to index page 950
Return to index page 949
Return to index page 948
Return to index page 947
Return to index page 946
Return to index page 945
Return to index page 944