View Full Version : can someone help me with this?


asdf19
05-24-2005, 03:23 AM
I am a new HTML learner, do not know much about it.
can someone tell me how to disable the option to view the source for my xanga site? I serched and tried the following code in the Website Stats (?)
Module bud did not work, can someone help me plzzzzzzzzzzzzz? thanx a lot!!!

<script language="JavaScript">
<!--
locate = 0;
function scroller() {
if (locate !=500 ) {
locate++;
scroll(0,locate);
clearTimeout(timer);
var timer = setTimeout("scroller()",3);
timer;
}
}
// -->
</script>

tokyo bleu
05-24-2005, 03:30 AM
There isn't a way to disable the option for Xanga, espcially doing it with JavaScript. If there were, it'd probably take PHP experience.

asdf19
05-24-2005, 02:41 PM
There isn't a way to disable the option for Xanga, espcially doing it with JavaScript. If there were, it'd probably take PHP experience.


O_o o_O!! I see, thank you for answering