Skocz do zawartości

Szukam "drukarza" w javascript na stronkę


mariusz-ras

Recommended Posts

<script language="JavaScript">
<!-- begin
// 1996 by Christoph Bergmann... http://acc.de/cb
// Please keep this note...
// global variables
var max=0;
function textlist()
{
 max=textlist.arguments.length;
 for (i=0; i<max; i++)
  this[i]=textlist.arguments[i];
}
tl=new textlist
(
 "Do you like this webpage?"
);
var x=0; pos=0;
var l=tl[0].length;

function textticker()
{
 document.tickform.tickfield.value=tl[x].substring(0,pos)+"_";

 if(pos++==l)
 {
  pos=0;
  setTimeout("textticker()",1000);
		x++;
		if(x==max)
			x=0;
		l=tl[x].length;
	} else
		setTimeout("textticker()",50);

}

// end -->
</script>

<script LANGUAGE="JavaScript">
<!--
document.write("<FORM NAME=\"tickform\">");
document.write("<INPUT TYPE=TEXT NAME=\"tickfield\" SIZE=70>");
document.write("</FORM>");
textticker();
//-->
</SCRIPT>

stąd :)

Link do komentarza
Udostępnij na innych stronach

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Gość
Odpowiedz...

×   Wkleiłeś treść z formatowaniem.   Usuń formatowanie

  Only 75 emoji are allowed.

×   Twój link będzie automatycznie osadzony.   Wyświetlać jako link

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Wczytywanie...
×
×
  • Utwórz nowe...