Форум » Скрипты » Скрипты для сайтов » Ответить

Скрипты для сайтов

Зоя: Тут вы можете добавлять и брать скрипты для сайтов Все полезные скрипты находяться тут http://vcechtonado1.narod.ru/codes.html

Ответов - 47, стр: 1 2 3 4 All

Зоя: Кол-во посетителей на сайте: <!-- Start FastOnlineUsers.com --> <a href="http://vcechtonado.narod.ru"><script src=http://fastonlineusers.com/on2.php?d=http://marisabelle11.sitecity.ru ></script> Твой текст</a><br><!-- End FastOnlineUsers.com -->

Зоя: Этот скрипт выделяет ссылку,когда подводишь мышкой: <STYLE TYPE="text/css"> A:hover {filter: glow(color: ТВОЙ ЦВЕТ, strength=3); color:black; height: 15px; TEXT-DECORATION: none } </style>

angelina: Знаю вот один Сделать стартовой страницей: <a href="#" onClick="this.style.behavior='url(#default#homepage)'; this.setHomePage('http://твой сайт тут/'); return false;">Сделать стартовой страницей</a>


Голубев Евгений: От спасибо, а я не мог его найти!

Зоя: Скрипт позволяет выводить с огромной скоростью любой Ваш текст: <html> <head> <title>Сумашедший статусбар</title> </head> <body bgcolor="#FFFFFF" onload="start()"> <script language="JavaScript"> <!-- Hiding var letters= new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9","A", "Б", "В", "Г", "Д", "Е", "Ж", "З", "И", "Й", "К", "Л", "М", "Н", "О", "П", "Р", "С", "Т", "У", "Ф", "Х", "Ч", "Щ", "У", "Я","a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z","!","@","#","$","%","^","&","*","(",")","_","-","+","=","<",">","/","?","®","©") var smessage="" var message= new Array(); var msg=0; message[0]='Сумашедший STATUS BAR' message[1]='From www.vcechtonado1.narod.ru' message[2]='By:Зоя' function start(){ for (y=0; y<message[msg].length; y++){ for (x=0; x<20; x++){ rnum=Math.random(); rnum*=letters.length-1 rnum=Math.round(rnum) window.status=smessage+letters[rnum] for (del=0; del<20; del++){} } smessage+=message[msg].substring(y,y+1) window.status=smessage; } window.setTimeout('clrdspl()',2000); } function clrdspl(){ smessage=""; window.status=""; if (msg<message.length-1){ msg++; start(); } else{ msg=0; window.setTimeout('start()',1000) } } // Done Hiding --> </script> </body> </html>

Зоя: Распечатка страницы: <html> <head> <title>JavaScript. Распечатка страницы из кода</title> <script language="JavaScript"> <!-- var browser_name = navigator.appName; function printit() { if (browser_name == "Netscape") { window.print(); } else { var WebBrowser = '<object id="WebBrowser1" width=0 height=0 classid="clsid:8856F961-340A-11D0-A96B-00C04FD705A2"></object>'; document.body.insertAdjacentHTML('beforeEnd', WebBrowser); WebBrowser1.ExecWB(6, 2); } } --> </script> </head> <body> <p>Чтобы распечатать данную страничку, просто нажмите <a href="#" onClick="printit();">Печатать</a>.</p> </body> </html>

Зоя: Скрипт приветствует вас по введенному имени: <script language="javascript"> <!-- var name=prompt("Напиши своё имя:",""); document.write("<div align='center' style='font-size:200%'>Привет, "+name); --> </script>

Зоя: Радужный текст: <HTML> <HEAD> <TITLE>Печатающийся переливающийся текст</TITLE> <Script language="JavaScript"> var someText = "Добро пожаловать на сайт Lady Dance'ов!"; // the text var aChar; var aSentence; var i=0; // a counter var colors = new Array("FF0000","FFFF66","FF3399","00FFFF","FF9900","00FF00"); // the colors var aColor; // the chosen color function loadText() { // randomly choose color aColor = colors[Math.floor(Math.random()*colors.length)]; aChar = someText.charAt(i); if (i == 0) aSentence = aChar; else aSentence += aChar; // 50 iterations max. if (i < 50) i++; // For IE if (document.all) { textDiv.innerHTML= "<font color='#"+aColor+"' face='Tahoma' size='5'><i>"+aSentence+"</i></font>"; setTimeout("loadText()",100); } // For Netscape Navigator 4 else if (document.layers) { document.textDiv.document.write("<font color='#"+aColor+"' face='Tahoma' size='5'><i>"+aSentence+"</i></font>"); document.textDiv.document.close(); setTimeout("loadText()",100); } // For other else if (document.getElementById) { document.getElementById("textDiv").innerHTML = "<font color='#"+aColor+"' face='Tahoma'size='5'><i>"+aSentence+"</i></font>"; setTimeout("loadText()",100); } } </SCRIPT> </HEAD> <body bgcolor="#000000" text="#ffffff" onLoad="loadText()"> <div id="textDiv"></div> </body> </HTML>

Betsy: А естть скрипт - надпись за курсором?

Зоя: Надпись за курсором <SCRIPT language=JavaScript> <!-- Begin Надпись за курсором if (document.all) { yourLogo = " *Welcome to my site "; logoFont = "Arial"; logoColor = "pink" ; yourLogo = yourLogo.split(''); L = yourLogo.length; TrigSplit = 360 / L; Sz = new Array() logoWidth = 150; logoHeight = -40; ypos = 0; xpos = 0; step = 0.03; currStep = 10; document.write('<div id="outer" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i = 0; i < L; i++) { document.write('<div id="ie" style="position:absolute;top:0px;left:0px;' +'width:10px;height:10px;font-family:'+logoFont+';font-size:12px;' +'color:'+logoColor+';text-align:center">'+yourLogo+'</div>');<!--vcechtonado1.narod.ru--> } document.write('</div></div>'); function Mouse() { ypos = event.y; xpos = event.x - 5; } document.onmousemove=Mouse; function animateLogo() { outer.style.pixelTop = document.body.scrollTop; for (i = 0; i < L; i++) { ie.style.top = ypos + logoHeight * Math.sin(currStep + i * TrigSplit * Math.PI / 180);//osw ie.style.left = xpos + logoWidth * Math.cos(currStep + i * TrigSplit * Math.PI / 180); Sz = ie.style.pixelTop - ypos; if (Sz < 5) Sz = 5; ie.style.fontSize = Sz / 1.7; } currStep -= step; setTimeout('animateLogo()', 20); } window.onload = animateLogo; }--> </SCRIPT>

Betsy: А какой скрипт для открытия страницы в новом окне?

Kristia M: класс

лара: Хотелось бы узнать поточнее об авто-дате!

Melina: Плиз, скриптик чтоб нельзя было скопировать весь мой сайт.

Лёха: Melina поверь его не существует .Я нашёл один http://www.b2386828.msk.ru/js/0107/131106-12.htm ну он не действует

Кими: Лёха существует!!!

Алиса: Где найти скрипт с обезьянкой? Нужно для моего форума о животных...

Silenia: Можете помочь? мне надо скрипт с мини чатом. Плиззз!!!

_S4xy_: Симпатишные круглые часики: </style> </head> <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4"> <noindex><center><embed src="http://www.123glitter.com/customclocks/clock.swf?s=73&h=1&u=http://www.123glitter.com&i=1&b=0x3399ff" quality="high" wmode="transparent" width="100" height="100" name="Custom Clock" align="middle" allowScriptAccess="samedomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br><font size="-2"><a href="http://www.123glitter.com"></a></font></center>

_S4xy_: Silenia а в чем проблема? активируй мини-чат в панели управления, зайди в Утилиты >> Получить код. копируй этот код и вставляй куда тибе нужно)

tyson: <html> <head> <title>Калькулятор </title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> </head> <body bgcolor="#FFFFFF" text="#000000"> <script type="text/javascript"> <!-- Begin var mem = '0'; function calc() { document.calculator.display.value= eval(document.calculator.display.value); return true } function perc() { document.calculator.display.value= eval(document.calculator.display.value)/100; return true } function deleteChar() { document.calculator.display.value = document.calculator.display.value.substring(0, document.calculator.display.value.length - 1) } function Clear() { currentoperation=""; } // End --> </script> <title>BetterCalculator Version 1.2</title> <table width="20%" cellpadding="1" bgcolor="#999999" border="2" bordercolordark="#333399" bordercolorlight="#0033FF"> <td valign=top align=center> <table style="border: 1px solid ivory"> <form name="calculator"> </tr> <tr><td><input style="font-size: 12px;color=000000;background=cccccc;" type="text" value="" name="display" value="input" size="24"><br> </td></tr> </table></style> <table bgcolor="#8b8b83" border="1" bordercolordark="#EEEEE0" bordercolorlight="#FFFFF0"> <tr> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="7" style="cursor:pointer;cursor:hand"onmousedown=what('7'); onmouseup="calculator.display.value+='7';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="8" style="cursor:pointer;cursor:hand"onmousedown=what('8'); onmouseup="calculator.display.value+='8';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="9" style="cursor:pointer;cursor:hand"onmousedown=what('9'); onmouseup="calculator.display.value+='9';" ></td> <td><input style="font-size:13pt; height: 24px; width: 38px;color=ffffff;background=999999;" type="button" value="x" style="cursor:pointer;cursor:hand"onmousedown=what('x'); onclick="calculator.display.value+='*';"></td> </tr> <tr> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="4" style="cursor:pointer;cursor:hand"onmousedown=what('4'); onmouseup="calculator.display.value+='4';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="5" style="cursor:pointer;cursor:hand"onmousedown=what('5'); onmouseup="calculator.display.value+='5';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="6" style="cursor:pointer;cursor:hand"onmousedown=what('6'); onmouseup="calculator.display.value+='6';"></td> <td><input style="font-size:14pt; height: 24px; width: 38px;color=ffffff;background=999999;" type="button" value="ч" style="cursor:pointer;cursor:hand"onmousedown=what('/'); onclick="calculator.display.value+='/';"></td> </tr> <tr> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="1" style="cursor:pointer;cursor:hand"onmousedown=what('1'); onmouseup="calculator.display.value+='1';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="2" style="cursor:pointer;cursor:hand"onmousedown=what('2'); onmouseup="calculator.display.value+='2';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="3" style="cursor:pointer;cursor:hand"onmousedown=what('3'); onmouseup="calculator.display.value+='3';"></td> <td><input style="font-size:14pt; height: 24px; width: 38px;color=ffffff;background=999999;" type="button" value="-" style="cursor:pointer;cursor:hand"onmousedown=what('-'); onclick="calculator.display.value+='-';"></td> </tr> <tr> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="0" style="cursor:pointer;cursor:hand"onmousedown=what('0'); onmouseup="calculator.display.value+='0';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="00" style="cursor:pointer;cursor:hand"onmousedown=what('DZ'); onmouseup="calculator.display.value+='00';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="•" style="cursor:pointer;cursor:hand"onmousedown=what('.'); onclick="calculator.display.value+='.';"></td> <td><input style="font-size:14pt; height: 24px; width: 38px;color=ffffff;background=999999;" type="button" value="+" style="cursor:pointer;cursor:hand"onmousedown=what('+'); onclick="calculator.display.value+='+';"></td> </tr> <tr> <td><input style="font-size:10pt; height: 24px; width: 24px;color=ffffff;background=999999;" type="button" value="%" style="cursor:pointer;cursor:hand"onmousedown=what('%'); onclick="perc()"></td> <td><input style="font-size:7pt; height: 24px; width: 24px;color=ffffff;background=999999;" type="button" value="Del" style="cursor:pointer;cursor:hand"onmousedown=what('Del'); onmouseup="deleteChar(calculator.display.value)"></td> <td><input style="font-size:12pt; height: 24px; width: 24px;color=000000;background=eead0e;" type="button" value="C" style="cursor:pointer;cursor:hand"onmousedown=what('c'); onclick="calculator.display.value='';"></td> <td><input style="font-size:14pt; height: 24px; width: 38px;color=ffffff;background=999999;" type="button" value="=" style="cursor:pointer;cursor:hand"onmousedown=what('eq'); onclick="calc()"></td> </tr> </table> <center> <table width="20%" cellpadding="0" bgcolor="#228B22" border="1"> <td><input style="font-size:9pt; height: 20px; width: 20px;color=ffffff;background=228B22;" type="button" value="M" style="cursor:pointer;cursor:hand"onmousedown=what('M'); onclick="mem.value=calculator.display.value;"></td> <td><input style="font-size:9pt; height: 20px; width: 22px;color=ffffff;background=228B22;" type="button" value="M+" style="cursor:pointer;cursor:hand"onmousedown=what('M+'); onmouseup="mem.value=eval(mem.value)+eval(calculator.display.value);"></td> <td><input style="font-size:9pt; height: 20px; width: 21px;color=ffffff;background=228B22;" type="button" value="M-" style="cursor:pointer;cursor:hand"onmousedown=what('M-'); onmouseup="mem.value=eval(mem.value)-eval(calculator.display.value);"></td> <td><input style="font-size:9pt; height: 20px; width: 25px;color=ffffff;background=228B22;" type="button" value="MR" style="cursor:pointer;cursor:hand"onmousedown=what('MR'); onclick="calculator.display.value=calculator.display.value+'('+(mem.value)+')'"></td> <td><input style="font-size:9pt; height: 20px; width: 25px;color=000000;background=eead0e;" type="button" value="MC" style="cursor:pointer;cursor:hand"onmousedown=what('MC'); onclick="mem.value='0';"></td> </tr> </table> <center> </table>

tyson: <html> <head> <title>Калькулятор </title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> </head> <body bgcolor="#FFFFFF" text="#000000"> <script type="text/javascript"> <!-- Begin var mem = '0'; function calc() { document.calculator.display.value= eval(document.calculator.display.value); return true } function perc() { document.calculator.display.value= eval(document.calculator.display.value)/100; return true } function deleteChar() { document.calculator.display.value = document.calculator.display.value.substring(0, document.calculator.display.value.length - 1) } function Clear() { currentoperation=""; } // End --> </script> <title>BetterCalculator Version 1.2</title> <table width="20%" cellpadding="1" bgcolor="#999999" border="2" bordercolordark="#333399" bordercolorlight="#0033FF"> <td valign=top align=center> <table style="border: 1px solid ivory"> <form name="calculator"> </tr> <tr><td><input style="font-size: 12px;color=000000;background=cccccc;" type="text" value="" name="display" value="input" size="24"><br> </td></tr> </table></style> <table bgcolor="#8b8b83" border="1" bordercolordark="#EEEEE0" bordercolorlight="#FFFFF0"> <tr> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="7" style="cursor:pointer;cursor:hand"onmousedown=what('7'); onmouseup="calculator.display.value+='7';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="8" style="cursor:pointer;cursor:hand"onmousedown=what('8'); onmouseup="calculator.display.value+='8';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="9" style="cursor:pointer;cursor:hand"onmousedown=what('9'); onmouseup="calculator.display.value+='9';" ></td> <td><input style="font-size:13pt; height: 24px; width: 38px;color=ffffff;background=999999;" type="button" value="x" style="cursor:pointer;cursor:hand"onmousedown=what('x'); onclick="calculator.display.value+='*';"></td> </tr> <tr> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="4" style="cursor:pointer;cursor:hand"onmousedown=what('4'); onmouseup="calculator.display.value+='4';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="5" style="cursor:pointer;cursor:hand"onmousedown=what('5'); onmouseup="calculator.display.value+='5';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="6" style="cursor:pointer;cursor:hand"onmousedown=what('6'); onmouseup="calculator.display.value+='6';"></td> <td><input style="font-size:14pt; height: 24px; width: 38px;color=ffffff;background=999999;" type="button" value="ч" style="cursor:pointer;cursor:hand"onmousedown=what('/'); onclick="calculator.display.value+='/';"></td> </tr> <tr> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="1" style="cursor:pointer;cursor:hand"onmousedown=what('1'); onmouseup="calculator.display.value+='1';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="2" style="cursor:pointer;cursor:hand"onmousedown=what('2'); onmouseup="calculator.display.value+='2';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="3" style="cursor:pointer;cursor:hand"onmousedown=what('3'); onmouseup="calculator.display.value+='3';"></td> <td><input style="font-size:14pt; height: 24px; width: 38px;color=ffffff;background=999999;" type="button" value="-" style="cursor:pointer;cursor:hand"onmousedown=what('-'); onclick="calculator.display.value+='-';"></td> </tr> <tr> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="0" style="cursor:pointer;cursor:hand"onmousedown=what('0'); onmouseup="calculator.display.value+='0';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="00" style="cursor:pointer;cursor:hand"onmousedown=what('DZ'); onmouseup="calculator.display.value+='00';"></td> <td><input style="font-size:12pt; height: 24px; width: 24px" type="button" value="•" style="cursor:pointer;cursor:hand"onmousedown=what('.'); onclick="calculator.display.value+='.';"></td> <td><input style="font-size:14pt; height: 24px; width: 38px;color=ffffff;background=999999;" type="button" value="+" style="cursor:pointer;cursor:hand"onmousedown=what('+'); onclick="calculator.display.value+='+';"></td> </tr> <tr> <td><input style="font-size:10pt; height: 24px; width: 24px;color=ffffff;background=999999;" type="button" value="%" style="cursor:pointer;cursor:hand"onmousedown=what('%'); onclick="perc()"></td> <td><input style="font-size:7pt; height: 24px; width: 24px;color=ffffff;background=999999;" type="button" value="Del" style="cursor:pointer;cursor:hand"onmousedown=what('Del'); onmouseup="deleteChar(calculator.display.value)"></td> <td><input style="font-size:12pt; height: 24px; width: 24px;color=000000;background=eead0e;" type="button" value="C" style="cursor:pointer;cursor:hand"onmousedown=what('c'); onclick="calculator.display.value='';"></td> <td><input style="font-size:14pt; height: 24px; width: 38px;color=ffffff;background=999999;" type="button" value="=" style="cursor:pointer;cursor:hand"onmousedown=what('eq'); onclick="calc()"></td> </tr> </table> <center> <table width="20%" cellpadding="0" bgcolor="#228B22" border="1"> <td><input style="font-size:9pt; height: 20px; width: 20px;color=ffffff;background=228B22;" type="button" value="M" style="cursor:pointer;cursor:hand"onmousedown=what('M'); onclick="mem.value=calculator.display.value;"></td> <td><input style="font-size:9pt; height: 20px; width: 22px;color=ffffff;background=228B22;" type="button" value="M+" style="cursor:pointer;cursor:hand"onmousedown=what('M+'); onmouseup="mem.value=eval(mem.value)+eval(calculator.display.value);"></td> <td><input style="font-size:9pt; height: 20px; width: 21px;color=ffffff;background=228B22;" type="button" value="M-" style="cursor:pointer;cursor:hand"onmousedown=what('M-'); onmouseup="mem.value=eval(mem.value)-eval(calculator.display.value);"></td> <td><input style="font-size:9pt; height: 20px; width: 25px;color=ffffff;background=228B22;" type="button" value="MR" style="cursor:pointer;cursor:hand"onmousedown=what('MR'); onclick="calculator.display.value=calculator.display.value+'('+(mem.value)+')'"></td> <td><input style="font-size:9pt; height: 20px; width: 25px;color=000000;background=eead0e;" type="button" value="MC" style="cursor:pointer;cursor:hand"onmousedown=what('MC'); onclick="mem.value='0';"></td> </tr> </table> <center> </table>

Тибби: Betsy,пропиши рядом со ссылкой target="_blank" ПРИМЕР: <a href="адрес" target="_blank">ссылка</a> P.S. Это не скрипт...

dobrohot: Помогите! Помогите! Мне нужен скрипт кнопки для анкеты такой: когда нажимаешь кнопку, заполненная анкета отправляется на такое-то мыло, потом пользователя перекидывает на такую-то страницую. Павалуста! очинь нада!

linda: А вы не знаете такой скрипт, с помощью которого можно определить кто был на сайте (ники зарегистрированных пользователей) в течении суток? Видела на некоторых сайтах на ЮкоЗе. Зараннее спасибо

linda: dobrohot а у тебя сайт на Народе? Если да, то там есть анкетка специальная

Ксенька: А есть такой скрипт ,чтобы надпись WELCOME летала около названии моего сайта,вот я увидила на одном сайтике,посмотрите плз!http://coolgirl.ucoz.ru/ Помогите !!!срочно надо!!!!

Ксенька: linda мне тоже надо такой скрипт...

dobrohot: linda там некрсивая она получается, я хочу ее под вессь дизайн подогнать и определенный текст в определенном месте мне надо. там очень узкие возможности.

Neko-cat: А есть скрипт что бы запрешать копировать определенные аватары,картинки,тексты?

dobrohot: Зоя подскажи скрипт для мини-чата пожалуйста!!!!

Нэрли: а вот у тебя на народе, оно пишет "всё что надо..." как то сделать?

Дашутка97: Прикольненткие скриптики,а кто y,elm подскажет,как шапку сайтика поменять!!!???

Зоя: Открытие страницы в новом окне: <a href="URL ВАША ССЫЛКА" target="_blank">НАЗВАНИЕ ССЫЛКИ</a>

Зоя: Движение текста сверху (например:|ВСЁ ЧТО НАДО МИР-ВЕБ...): Вставляем в <head> <script> var tit = document.title; var c = 0; function writetitle() { document.title = tit.substring(0,c);//osw if(c==tit.length) { c = 0;setTimeout("writetitle()", 3000) } else { c++; setTimeout("writetitle()", 200) } } writetitle() </script>

Ольга: а можно скрипт чтобы на лево перенести или текст или чатик или еще что-то?

Ольга: Зоичка пожалуйста

Ольга: солнце прошу...

Зоя: Ольга во первых это не скрипт а такой html тег, вот: <p align="left"> </p> или попробуй это: <div align="left">сюда ты можеш ставить картинку или мини-чат</a></div>

Anatolij: Дашутка97 <img id="Mylogo" src="адрес картинки" /> <style type="text/css"> #Mylogo {width: 100%; margin: 0 0 0 0;} </style>

маша: <STYLE TYPE="text/css"> A:hover {filter: glow(color: ТВОЙ ЦВЕТ, strength=3); color:black; height: 15px; TEXT-DECORATION: none } </style> А куда его надо вставлять я делаю блог

Droplet: Betsy писала: А какой скрипт для открытия страницы в новом окне? Попробуй вот этот: <a href="#null" ONCLICK="window.open('page.html','','Toolbar=0,Location=0,Directories=0,Status=0,Menubar=0,Scrollbars=0,Resizable=0,Width=100,Height=200');">ссылка</a> page.html— адрес страницы (можно с http), которая будет открываться в мини-окне (width — ширина окна; height — высота).

Марьян: Большинство скриптов просто не приносят пользы.

Droplet: Melina пишет: Плиз, скриптик чтоб нельзя было скопировать весь мой сайт. Есть скрипт "блокировка правой кнопки мыши", но это только усложнит копирование материалов. <Script Language="JavaScript"> var message="Нельзя копировать!"; function click(e) {if (document.all) {if (event.button == 2) {alert(message);return false;}} if (document.layers) {if (e.which == 3) {alert(message);return false;}}} if (document.layers) {document.captureEvents(Event.MouseDown);} document.onmousedown=click; </Script>

Mih: http://cbox.ws/?box=1013249 - после регистрации выдается код-скрипт для мини чата. крайне удобно, подсмотренно мной тут - вставил на своём форуме:)

лллллллллууннааааааа: А есть скрипт падающего снега? И куда его вставлять?

http://lucky.okis.ru: http://lucky.okis.ru/instablog



полная версия страницы