Help

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

    Help

    Hey can anyone tell if this will work to remove all the accesskey numbers from beside the links on my site with out ****in up the site or the script.

    Here is a copy of a accesskey line from my script

    echo "

    4 <a accesskey=\"4\" href=\"inbox.php?action=dialog&amp;sid=$sid&amp;wh o=$pminfo[1]\">Dialog</a>
    ";
    if($lastloc=="cht"){

    What i thought a could do is remove the mumbers like this.

    echo "

    <a accesskey=\"\" href=\"inbox.php?action=dialog&amp;sid=$sid&amp;wh o=$pminfo[1]\">Dialog</a>
    ";
    if($lastloc=="cht"){

    Insted of doing it like this

    echo <a href=\"inbox.php?action=dialog&amp;sid=$sid&amp;wh o=$pminfo[1]\">Dialog</a>
    ";
    if($lastloc=="cht"){

    Also where do i need to goto do the same to, buddy list, forums, chatrooms links and exteneded settings coz i can work it out!
    Thanks Chris

    #2
    why instead of?

    Code:
    echo "<a href=\"inbox.php?action=dialog&amp;sid=$sid&amp;who=$pminfo[1]\">Dialog</a>
    ";
    if($lastloc=="cht"){
    if youv tried it and it hasnt worked its cos u wer misin the " after echo. try the one above
    Want something coded email me at sales@webnwaphost.com for a prices.




    Comment


      #3
      why did yu inbox exactly what is in this topic after i put my reply? poiny being ?
      Want something coded email me at sales@webnwaphost.com for a prices.




      Comment

      Working...
      X