Hey all can u help me i'm trying to remove all the accesskey numbers from beside the links on my site with out ****in up the site or the script lol.
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 i want to change my home page because it has xhtml, html and wml login and sign up on it and i just want one page for all.
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 i want to change my home page because it has xhtml, html and wml login and sign up on it and i just want one page for all.
Thanks Chris
Comment