ldb358 Posted August 19, 2009 Share Posted August 19, 2009 what i would like to to do is be able to(for the people with javascript off) have the link link to an alternative page, right now the page has a drop down box with form in it heres what i have: <a href='index.php?action=comment&id=$id' id='$i' onclick='grow($i,".$photo['id'].")'>rate and comment</a> the problum is it goes directly to the link instead of running the javascript thanks in advance Quote Link to comment Share on other sites More sharing options...
corbin Posted August 19, 2009 Share Posted August 19, 2009 Try: onclick="blah(); return false;" The return false will prevent the browser from following the link. Quote Link to comment Share on other sites More sharing options...
ldb358 Posted August 19, 2009 Author Share Posted August 19, 2009 thank you very much Quote Link to comment Share on other sites More sharing options...
corbin Posted August 20, 2009 Share Posted August 20, 2009 No problem . Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.