is it possibe to give on a tag in a web site that can make the explorer hop automaticaly to the IE Full Screen Feature ??
Anybody can help?
------------------
Morpheos
http://www.carib.com/digitalworks
Printable View
is it possibe to give on a tag in a web site that can make the explorer hop automaticaly to the IE Full Screen Feature ??
Anybody can help?
------------------
Morpheos
http://www.carib.com/digitalworks
There is no tag that I can think of but if you can force an F11 key sequence into the onKeypress event via javascript you can get it to trigger the full screen mode.
May take a little thinking but if you know some intermediate javascript and how to trigger events you can do it.
------------------
Wayne Luke
Internet Media Provider
yes i think so too.
i have seen this trick in a page but i dont know where it is. http://www.webmaster-resources.com/forums/frown.gif
oh well, thanks a lot anyway, any other other ideas welcome.
------------------
Morpheos
Digital Works Web Design
hello,
i have goten this code from a other webmaster:
what would you think of this?
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Below goes in your index page
<!-- Start Open Window Script, goes in Head tag -->
<SCRIPT language=JavaScript>
<!-- hide from JavaScript-challenged browsers
function openWindow(url) {
popupWin = window.open(url, 'url', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,dependent,fullscreen')
}
// done hiding -->
</SCRIPT>
<!-- End Open Window Script, goes in Head tag -->
Place the below in your body tag of your index page
<BODY onclick="openWindow('yourpage.html');"
<HR></BLOCKQUOTE>
------------------
Morpheos - Web Developer
Digital Works Web Design/Development
morpheos@carib.com
I thought you didn't want to open a new window. If you do then use that code.
------------------
Wayne Luke
Internet Media Provider
In the body tag it should be "OnLoad" not "onClick" http://www.webmaster-resources.com/forums/smile.gif
------------------
Bringing the Internet back to Earth
Highland Media
yes you are right wayne, but thats the only way i see i can do something alike to the fullscreen.
any other ideas? you see i am building this site. So I wanted a full screen on it.
thanks highland i noticed that too, i told the guy who gave it to me.
thanks guy's, any other ideas still welcome.
------------------
Morpheos - Web Developer
Digital Works Web Design/Development
morpheos@carib.com