Javascript allows you to display a page in full screen via a button, the script consists of 2 parts, the first one will be inserted between the <head> and </head> tags is:
<script language="javascript"> |
The second will create the button and will be inserted in the place you want:
<form> |
Click the button to see the result!
Related Articles
- No-one wants to look at the screenOne of the most fundamental factors in designing for screen-based media is: No-one likes looking at a computer screen...
- Avoid Horizontal Scroll BarsWhat you see is not always what you get at least with the standard screen sizes. Many new web designers will assume that if they are designing for an 800x600 screen that their web page tables should be 800 pixels wide. If you tried it, and you have to horizontally scroll to read your page content, I...
- Last Modified and User's Screen Resolution DetectionAn easy and efficient way to write the date a file was last modified.
We call the function filemtime() that returns an integer (the number of seconds elapsed from Jan 1st, 1970 00:00 GMT) Anyway, to make this integer viewable by human beings, we just format it using date() function. - Use Of An Entry/Splash PageOver the past few days I have been zooming through sites looking at different designs for inspiration and ideas. During my site viewing time I came to realize things I hate about web designers. These are things that caused me to close my browser window before the site loaded or even not visit the si...
- Liquid VS Fixed Layout Debate In Modern Web DesignThis very informative article will help you to understand the continued comparison of benefits and liabilities of Liquid VS Fixed Layout. The author explains when a mixed approach works best.
- Writing Effective ALT Text For ImagesAnyone who knows anything about web accessibility knows that images need alternative, or ALT, text assigned to them. This is because screen readers cant understand images, but rather read aloud the alternative text assigned to them...
- How To Triple Your Banner Click-Through-RatesHave you noticed that your banner ads rarely get clicked on? Banner ads used to be a very effective method of advertising, but the web has become bloated with banner after banner. As a result theyre largely ignored today. But did you know there is a simple and effective way to get people to ....
- Website Designing with Browser CompatibilityIn the early days of the Internet, many sites advertising Best viewed with Netscape or Best viewed with Internet Explorer or the like. These days, such labels seem to be rarer. Web designer today put an inordinate amount of effort to promote their sites on the search engines.
- Screen Size Compatibility Can Make Or Break Your DesignHave you ever visited a Web site that looked, well
- Pop UpsJavaScript popups are very useful, allowing you to provide additional information or functionality on a page without navigating away from it. JavaScript popups are very easy to implement, and you can customize them to some extent.
