»
EnglishFrenchVietnamese

Print - Total Text Rotating Script - JavaScriptBank.com

Full version: jsB@nk » Text » Total Text Rotating Script
URL: https://www.javascriptbank.com/total-text-rotating-script.html

Total Text Rotating Script © JavaScriptBank.comBy combining DirectAnimation controls (ActiveX) and JavaScript you can rotate any text in any direction with almost no bandwidth. Made for Internet Explorer.

Full version: jsB@nk » Text » Total Text Rotating Script
URL: https://www.javascriptbank.com/total-text-rotating-script.html



JavaScript
<SCRIPT language=JavaScript><!-- Beginning of JavaScript -var timerfunction initiate() {    mytext1.Rotate(0,0,10)    mytext2.Rotate(0,0,-10)    mytext3.Rotate(0,5,0)    timer=setTimeout("initiate()",20)}// - End of JavaScript - --></SCRIPT><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<BODY bgColor=#000000 text=white onload=initiate()><OBJECT classid=CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6 id=mytext1 style="HEIGHT: 300px; LEFT: 200px; POSITION: absolute; TOP: 0px; WIDTH: 300px"><PARAM NAME="Line0001" VALUE="SetFillColor(0,0,255)"><PARAM NAME="Line0002" VALUE="SetFont('Arial',&#13;&#10;60, 700, 0, 0, 0)"><PARAM NAME="Line0003" VALUE="Text('Echip', 0, 0, 0)"></OBJECT><OBJECT classid=CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6 id=mytext2 style="HEIGHT: 300px; LEFT: 200px; POSITION: absolute; TOP: 0px; WIDTH: 300px"><PARAM NAME="Line0001" VALUE="SetFillColor(255,0,0)"><PARAM NAME="Line0002" VALUE="SetFont('Arial',&#13;&#10;40, 700, 0, 0, 0)"><PARAM NAME="Line0003" VALUE="Text('Javascript', 0, 0, 0)"></OBJECT><OBJECT classid=CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6 id=mytext3 style="HEIGHT: 300px; LEFT: 0px; POSITION: absolute; TOP: 0px; WIDTH: 600px"><PARAM NAME="Line0001" VALUE="SetFillColor(255,255,255)"><PARAM NAME="Line0002" VALUE="SetFont('Arial',&#13;&#10;24, 700, 0, 0, 0)"><PARAM NAME="Line0003" VALUE="Text('freewebs.com/jsbank', 0, 0, 0)"></OBJECT></BODY><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->