afro1921 Posted August 29, 2008 Share Posted August 29, 2008 I created a new Web site using the ASP.NET Web Site template in VS 2005 Standard Edition.I added the following code to the Page_Load event of Default.aspx.cs:Code SnippetClientScript.RegisterStartupScript(this.GetType(), "script", "window.open('http://www.google.com/' '', 'fullscreen=yes');", true);I ran the project in Debug mode in the ASP.NET Development Server appeared full screen in Internet Explorer 6 as expected.Then I opened the IIS management tool and created a new virtual directory called "FullScreenTest" that points to the directory of the Web site I just created. I gave permissions to ASPNET and IUSR_MyMachineName (XP Pro).Then I navigated to http://localhost/fullscreentest/default.aspx. THE TITLE BAR (which is the top blue bar) & footer APPEARED! HOW TO REMOVE THAT! I WANT MY WEB PAGE APPEARED TOTALLY FULL SCREEN!pls help..thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now