View Single Post
Old 07-22-2009, 04:33 PM   #5 (permalink)
russellharrower
The Contributor
 
russellharrower's Avatar
 
Join Date: Jul 2009
Posts: 80
Thanks: 13
russellharrower is on a distinguished road
Default

We have also just fixed the SEO issue, as someone that has been working in SEO for over the past 10 years. This was something that I think maybe I should of included.

As search engines don't run Javascript this code should work
Code:
  <ul class="menu-nav" id="tabmenu">
    <li class="current" id="tab1" onclick="menu(1)"><a href="?do=home" onclick='iwant2("1");return false'><span>Home</span></a></li>
    <li class="" id="tab2" onclick="menu(2)"><a href="index.php?do=dosomething_noajax" onclick='iwant2("dosomething");return false'><span>Services</span></a></li>
   </ul>
This also fixes the mods data send information... YEAH if it was not for you Jim I would not of fixed my simple issue...

Thanks
russellharrower is offline  
Reply With Quote