Hi,
I have some code on some of my links
<a class="nav_bu" onclick="switchType('all'); return false;" href="#">
when I click on them, I get fowarded to mydomain.com/# (404 error..).
How can I get the function activated, rather then the href
link.
P.S. I have mod_rewrite running, is this screwing things up? Here are the rules that effect the root directory:
RewriteRule ^home/$ home.php [L]
RewriteRule ^inbox/$ inbox/inbox.php [L]