![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
As far as I know Google doesn't care about JavaScripts. But is it also a case of the Status Bar (i mean a script inside xhtml code)? I had a theory that it should count almost like TITLE TAG, but after some investigation it seems that I was wrong and below examples would not work at all. |
#3
| |||
| |||
|
|
As far as I know Google doesn't care about JavaScripts. But is it also a case of the Status Bar (i mean a script inside xhtml code)? I had a theory that it should count almost like TITLE TAG, but after some investigation it seems that I was wrong and below examples would not work at all. An ideas? Thanks in advance! // <!-- // msg = "...A TEXT RICH IN KEYWORDS..." // i = 0 // function scrollIt(){ // window.status = msg.substring(i,msg.length) // + msg.substring(0,i-1) // if (i < msg.length) { i++ } // else { i=0 } // setTimeout("scrollIt()",150) // } // -- OR !-- Beginning of JavaScript Applet ------------------- // function scrollit_r2l(seed) // { // var m1 = "KEYWORD1-KEYWORD2"; // var m2 = "KEYWORD3-KEYWORD4"; // var m3 = "KEYWORD5-KEYWORD6"; // var m4 = "KEYWORD7-KEYWORD8"; // var msg=m1+m2+m3+m4; // var out = " "; // var c = 1; // if (seed > 100) { // seed--; // var cmd="scrollit_r2l(" + seed + ")"; // timerTwo=window.setTimeout(cmd,100); // } // else if (seed <= 100 && seed > 0) { // for (c=0 ; c < seed ; c++) { // out+=" "; // } // out+=msg; // seed--; // var cmd="scrollit_r2l(" + seed + ")"; // window.status=out; // timerTwo=window.setTimeout(cmd,100); // } // else if (seed <= 0) { // if (-seed < msg.length) { // out+=msg.substring(-seed,msg.length); // seed--; // var cmd="scrollit_r2l(" + seed + ")"; // window.status=out; // timerTwo=window.setTimeout(cmd,100); // } // else { // window.status=" "; // timerTwo=window.setTimeout("scrollit_r2l(100)",75) ; // } // } // } // // -- End of JavaScript code ---------------- |
![]() |
| Thread Tools | |
| Display Modes | |
| |