I am using a piece of inline Javascript to cloak my e-mail address on a webpage, to prevent spam. The HTML text fragment including the script ( xxx.txt ) is loaded dynamically using an AJAX call and inserted into a DIV.
However, when it is displayed the javascript has disappeared: instead of a clickable link similar to a simple mailto: link there is nothing.
What makes the javascript snippet disappear and how can I prevent that ?
However, when it is displayed the javascript has disappeared: instead of a clickable link similar to a simple mailto: link there is nothing.
What makes the javascript snippet disappear and how can I prevent that ?
Comment