A have a link:
<a href="http://domain.com/?=register">Register</a>
And I want to hide the URL from bots. I know that bots generally do not have Javascript enabled, so I am thinking an approach like this. In my HTML code, I have the URL reversed:
<a href="retsiger=?/moc.niamod//:ptth">Register</a>
Then using Javascript, I reverse it so the user sees the correct URL. How can I do this? Comparability is obviously essential.
To users who do not have JS enabled, I simply display a message that JS is required.