Script by: Ian Moore
Check it out in his words...
');
}
var i = 0 ;
while (i != mystring.length) {
a = mystring.substring(i, i+1) ;
if (a=="<") {
z = i ;
while (a != ">") {
z ++
a = mystring.substring(z, z+1) ;
}
a = mystring.substring(i, z+1) ;
mywin.document.writeln(a) ;
i = z + 1;
}
else if (a == " "|| a == "" || a == " ") {
mywin.document.write(a) ;
i++ ;
}
else {
if (b>13) {
b = 0 ;
}
c = myColor[b] ;
mywin.document.write(a.fontcolor(c)) ;
b++ ;
i++ ;
}
}
if (document.myform.isHTML.status==false) {
mywin.document.writeln('') ;
mywin.document.writeln('') ;
}
mywin.document.close() ;
}
Rainbow Text
Select the background color, type in some text below then press the "OK" button .
The speed of this depends on your system . You can even try pasting the whole source HTML of one of your pages .
It is programmed to print tags exactly, but I've had varying results from it . If you are pasting HTML source code (including head, title, body tags) please check the "HTML Source" check box .
If you are not pasting COMPLETE HTML source code, it is fine to use tags normally found within the body i.e. H1, CENTER, FORM, etc..