Results 1 to 3 of 3

Thread: F11 Keyboard

  1. #1
    Join Date
    Feb 2005
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default F11 Keyboard

    Hello,

    Is there any code that open a link in new Full Screen window like F11 Keyboard?
    NOT a Java Script's PopUp Window which is disabled in most PC.

    Thanks,
    Jimijoe

  2. #2
    Join Date
    Nov 2004
    Location
    Here to often...
    Posts
    53
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    Give this a try

    <body onclick="MM_openBrWindow('6mtharchive.htm','newpage','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes')">

    <a href="page.htm">new page</a>


    Anything that is red you change to what your page names are and you put it in the <body></body> tags

    Hope this helps

    Regards

    Donna

  3. #3
    Join Date
    Nov 2004
    Location
    Here to often...
    Posts
    53
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Okay

    I had not been awake long when I post that, what I have given you is javascript, d'oh.....I forgotten about this little bit.....

    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_openBrWindow(theURL,winName,features) { //v2.0
    window.open(theURL,winName,features);
    }
    //-->
    </script>


    Sorry this is the only way I know

    Regards
    Donna

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •