Forum Moderators: open
Question is: how do I block the <a href=""> from firing if JS is enabled? Right now I have the following
<a href="pagewithquerystrings"><img onClick="javascriptfunction(this);"></a> I've tried using return false; after the function call, but that just blocks everything.
I'm using FireFox if that matters, but of course it needs to work in as many browsers as possible.
Thanks,
- Ryan