![]() |
browser window
I have a web application that needs to be displayed in the browser such that
it takes up the *whole* window, i.e.browser's back/forwards buttons and menus etc shouldn't be displayed. How can this be done? Thanks. Jess |
Re: browser window
The browser is not controlled with ASP.NET or any other server-side
programming paradigm. Only client-side code can affect the browser. You can send client-side code from the server to the client, but the code executes there. You need client-side JavaScript and the window.open() command. "Jessica Weiner" <suspended@gmail.com> wrote in message news:j7cng.122696$dW3.66261@newssvr21.news.prodigy .com... >I have a web application that needs to be displayed in the browser such >that it takes up the *whole* window, i.e.browser's back/forwards buttons >and menus etc shouldn't be displayed. How can this be done? > > Thanks. > Jess > |
| All times are GMT. The time now is 12:16 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.