<頭>
<スクリプト言語="JavaScript">
スクリプト>
リップル テキストの例 by Mark Boyle 電子メール mboil@hotmail.com 頭>
alink="red">
<スクリプト言語="JavaScript">
var 速度 = 20;
varフルテキスト;
if(navigator.appName == "Netscape")
document.write('
');
if (navigator.appVersion.indexOf("MSIE") != -1)
document.write('
');
function livetext()
{
fulltext="これはランダム効果テキストの例です"
var whatchar=Math.round((Math.random()*fulltext.length))
switch(thatchar){
case 0:
全文 = '' + fulltext.substring(0,1) + '' + fulltext.substring
(1,fulltext.length);
休憩;
case fulltext.length:
fulltext = fulltext.substring(0,fulltext.length-1) + '' + fulltext.substring
(fulltext.length-1,fulltext.length) + '';
休憩;
デフォルト:
fulltext =
fulltext.substring(0,thatchar) + '' +
fulltext.substring(どの文字,どの文字+1) + '' +
fulltext.substring(thatchar+1,fulltext.length);
休憩;
}
if(navigator.appName == "Netscape") {
size = "";
document.wds.document.write(size+'' + 全文 + '');
http://www.bkjia.com/PHPjc/630232.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/630232.html技術記事 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN html head SCRIPT LANGUAGE=JavaScript !-- function open () {return true;} //-- /SCRIPT titleRipple Text Examples by Mark Bo...