Access Key Codes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Access Key Codes

    Can anyone help me with how to use an accesskey code ?

    eg:

    1. INBOX
    2. FORUM etc

    #2
    Can anyone help me with how to use an accesskey code ?

    eg:

    1. INBOX
    2. FORUM etc[/b]
    <a accesskey="1" href="LINK">TEXT</a>

    accesskeys suported: 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, #, *

    Comment


      #3
      thanx alot bro

      Comment


        #4
        Does this work with wml?

        Comment


          #5
          Does this work with wml?[/b]
          it works but not with all mobiles
          Advertise your mobile site for FREE with AdTwirl

          Comment


            #6
            Code:
            $key = "
            <a accesskey=\"1\" href=\"inbox.php?action=main&amp;sid=$sid\">INBOX</a>
            <a accesskey=\"2\" href=\"forums.php?action=forum&amp;sid=$sid\">FORUMS</a>
            <a accesskey=\"3\" href=\"index.php?action=chat&amp;sid=$sid\">CHAT</a>
            <a accesskey=\"4\" href=\"lists.php?action=buds&amp;sid=$sid\">BUDDYLIST</a>
            <a accesskey=\"5\" href=\"index.php?action=online&amp;sid=$sid\">ONLINE</a>
            <a accesskey=\"6\" href=\"index.php?action=stats&amp;sid=$sid\">STATS</a>
            <a accesskey=\"7\" href=\"gallery/index.php?action=main&amp;sid=$sid\">GALLERY</a>
            <a accesskey=\"8\" href=\"index.php?action=cpanel&amp;sid=$sid\">CPANEL</a>
            <a accesskey=\"9\" href=\"index.php?action=clmenu&amp;sid=$sid\">CLUBS</a>
            ";
            In you core and anywhere place echo "$key";
            Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
            Visit: WapMasterz Coming Back Soon!
            _______
            SCRIPTS FOR SALE BY SUBZERO
            Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
            FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
            _______
            Info & Tips
            php.net
            w3schools.com

            Comment


              #7
              Code:
              $key = "
              <a accesskey=\"1\" href=\"inbox.php?action=main&amp;sid=$sid\">INBOX</a>
              <a accesskey=\"2\" href=\"forums.php?action=forum&amp;sid=$sid\">FORUMS</a>
              <a accesskey=\"3\" href=\"index.php?action=chat&amp;sid=$sid\">CHAT</a>
              <a accesskey=\"4\" href=\"lists.php?action=buds&amp;sid=$sid\">BUDDYLIST</a>
              <a accesskey=\"5\" href=\"index.php?action=online&amp;sid=$sid\">ONLINE</a>
              <a accesskey=\"6\" href=\"index.php?action=stats&amp;sid=$sid\">STATS</a>
              <a accesskey=\"7\" href=\"gallery/index.php?action=main&amp;sid=$sid\">GALLERY</a>
              <a accesskey=\"8\" href=\"index.php?action=cpanel&amp;sid=$sid\">CPANEL</a>
              <a accesskey=\"9\" href=\"index.php?action=clmenu&amp;sid=$sid\">CLUBS</a>
              ";
              In you core and anywhere place echo "$key";[/b]
              lol ahem from prodigits have that add 6 months back lol its old

              Comment


                #8
                we know that lol
                Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                Visit: WapMasterz Coming Back Soon!
                _______
                SCRIPTS FOR SALE BY SUBZERO
                Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                _______
                Info & Tips
                php.net
                w3schools.com

                Comment

                Working...
                X