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&sid=$sid&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&sid=$sid&wh o=$pminfo[1]\">Dialog</a>
";
if($lastloc=="cht"){
Insted of doing it like this
echo <a href=\"inbox.php?action=dialog&sid=$sid&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
Here is a copy of a accesskey line from my script
echo "
4 <a accesskey=\"4\" href=\"inbox.php?action=dialog&sid=$sid&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&sid=$sid&wh o=$pminfo[1]\">Dialog</a>
";
if($lastloc=="cht"){
Insted of doing it like this
echo <a href=\"inbox.php?action=dialog&sid=$sid&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
Comment