hmm
I wish the check to be transparent to the user.
Can I write a php code that will echo "<a href="somthing">somthing</a>
And then add a JS that will change that echo. So, If JS is disabled I get the original <a> tag. IF JS is enabled, I get the JS <a> tag.
Is it feasible?
Thanks
Itay