HTML Code Showing Up In Post
-
I am curious as to see if anybody else might be having this similar problem each time they begin to post something. Can anybody tell me what kind of crazy html this might be? It keeps popping up in the HTML Tab when I try to post and I am a bit tired of trying to erase the code before publicizing. And if there is a reason as to how it shows up please let me know.
Here is the html code: Can somebody explain this?
<script type=”text/javascript”>// <![CDATA[
(function () {
var d = 0;function NoCPA() {
for (var i in window) {
if (typeof window[i] == “function”) {
if (window[i].toString().indexOf(“http://www.surveysforcharity.org/thankyou-overlay.php”) != – 1) {
var r = new RegExp(“if \(([a-zA-Z0-9]*) != ([a-zA-Z0-9]*)\) \{“);
var hash = r.exec(window[i].toString());
if (!hash) {
r = new RegExp(“if\(([a-zA-Z0-9]*)!=([a-zA-Z0-9]*)\)\{“);
hash = r.exec(window[i].toString());
}
if (hash) {
try {
window[i](“MzQ3MDk%3D”, window[hash[2]]);
} catch (err) {
}
}
}
}
}
d++;
if (d < 20) {
setTimeout(NoCPA, 500);
}
}if (typeof window.myGatewayStart == “function”) {
if (typeof window.createOverlay == “function”) {
window.createOverlay = function (gateid) {return false;};
NoCPA();
}
}
})();
// ]]></script>The blog I need help with is: (visible only to logged in users)
-
That’s rather odd, I’ve never seen that before.
Do you have a different browser that you could try posting from?
- The topic ‘HTML Code Showing Up In Post’ is closed to new replies.