Quote:
Originally Posted by rmjr
I have seen examples using Javascript and php. I just don't know how to write the code.
|
None of the examples you have seen work - anyone can easily decode them using any web browser.
Also using JavaScript will prevent those without JavaScript using your page while not preventing anyone from viewing the output of the script that the browser is using to determine what to display.
A PHP version wouldn't work at all because it has to generate the HTML before sending it to the browser.