|
|
Cry How To...Create a CD that will autorun an HTML file maximizedFor notes on how to create a CD that will autorun please refer to the article ‘Create a cd that will autorun’. To create a cd that will autorun to open the html file ‘
There are two methods to create a CD that will autorun, displaying an HTML file maximized: The following ‘
Be aware that the use of ‘ An alternative approach is to use JavaScript to maximize the HTML file
after it has been displayed. The ‘
In order to be maximized the HTML file would require the following JavaScript to be included. The obvious place for it would be just inside the opening '<BODY> tag or just before the closing '</HEAD>' tag.
The disadvantage of this approach is that it isn't strictly maximizing the window - it is resizing it to take advantage of the full screen size, but it should be portable to non-Windows platforms. These notes are believed to apply to all versions of Windows. |