<script language="JavaScript"><!--
line=new Object()
line[1]="www.xoox.co.il"
line[2]="ברוכים הבאים לאתר שלי.."
line[3]=":-) אהבתם את הסקריפט.!?..תהנו"
line[4]="תוכלו לשנות את כל המאפיינים..בהצלחה..ביי"
lines=4 //--Number of lines
//--Don't edit below this line
document.write('<form name="bannerform">')
document.write('<div align="center"><center><p><input type="text" name="banner" size="48"')
document.write(' style="background-color: #000000; color: #f7f7ff; text-align: center; font-family: verdana; font-size: 14pt; border: medium none" onfocus="blur()"></p>')
document.write(' </center></div>')
document.write('</form>')
temp=""
nextchar=-1;
nextline=1;
cursor="\\"
function animate(){
if (temp==line[nextline] & temp.length==line[nextline].length & nextline!=lines){
nextline++;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){
nextline=1;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
else{
nextstep()}}
function nextstep(){
if (cursor=="\\"){
cursor="|"}
else if (cursor=="|"){
cursor="/"}
else if (cursor=="/"){
cursor="-"}
else if (cursor=="-"){
cursor="\\"}
nextchar++;
temp+=line[nextline].charAt(nextchar);
document.bannerform.banner.value=temp+cursor
setTimeout("animate()",)}
document.onload=animate();
// --></script>
יש לכם שאלות? רוצים תשובות? הכנסו לפורום הסקריפטים
|