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>
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>