Jump to content
  • 0

КУДА сувать скрипты?


sokol14
 Share

Question

16 answers to this question

Recommended Posts

  • 0

<script LANGUAGE="JavaScript">

<!-- Original: Randy Bennett (rbennett@thezone.net) -->

<!-- Web Site: http://home.thezone.net/~rbennett/utility/javahead.htm -->

<!-- Begin

function setupStrobe() {

text = "WOweb.ru";

var x=navigator.appVersion;

y=x.substring(0,4);

if(y>=4)strobeEffect();

}

var isNav=(navigator.appName.indexOf("Netscape")!=-1);

var colors=new Array(

"FFFFFF","FFFFFF","FFFFFF","FFFFFF","FFFFFF","FFFFFF",

"FFFFFF","F9F9F9","F1F1F1","E9E9E9","E1E1E1","D9D9D9",

"D1D1D1","C9C9C9","C1C1C1","B9B9B9","B1B1B1","A9A9A9",

"A1A1A1","999999","919191","898989","818181","797979",

"717171","696969","616161","595959","515151","494949",

"414141","393939","313131","292929","212121","191919",

"111111","090909","000000")

a=0,b=1;

function strobeEffect() {

color=colors[a];

aa="<font color="+color+">" + text + "</font>"

if(isNav) {

document.object1.document.write(aa);

document.object1.document.close();

}

else object1.innerHTML=aa;

a+=b;

if (a==38) b-=2;

if (a==0) b+=2;

xx=setTimeout("strobeEffect()",10);

}

// End -->

</SCRIPT>

Блин это я ЛОЛ ннифига не понимаю и вас мучаю!

Но ещё один вопрос мона??

Как поменять Задний цвет сайта???

Ну у меня белый стоит а я хочу поменять!

Может я тупо высказался ,но я не знаю как объяснить это!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

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

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy