.|design

Объявление


О нас:
Добро пожаловать на наш чудесный форум
по дизайну и помощи для Вас ^___^ Регистрируйся, задавай волнующие тебя вопросы и просто общайся с нашими форумчанами!
Итак, внимание. Вернулась Главная Админка. "По просьбам гостей", которые лишь нагло критикуют наш форум, был сменен стиль. Теперь доступ ко всем заказам открыт! Поздравляю :)
И ещё: думаете, форум умер? Не дождётесь! >Р
Полезные ссылки:
Правила
Правила заказов
Баннерообмен
Администрация форума:
Главный админ:
Sunny Bunny
Заместители:
Нюша
Модер(ы):
Эника, EdwarD, Китагава Кейко

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » .|design » Вопросы » Хочу найти скрипт


Хочу найти скрипт

Сообщений 61 страница 90 из 230

61

Попробуй копировать много раз
smileItem.push('Адрес смаилика');

ставить к остальным.

другой способ не знаю

0

62

а мне еще не сделали смайлы 8-)

0

63

Alice написал(а):

а мне еще не сделали смайлы 8-)

так меня все хотят свести с ума сегодня

если что сама тебе их поставлю

0

64

Нюша написал(а):

так меня все хотят свести с ума сегодня
            если что сама тебе их поставлю

ага))

0

65

Alice написал(а):

ага))

тогда жди смайлы

0

66

ок)

0

67

а можно в этом скрипте поменять значок на который жмать нада что бы смайлы открылись на свой?

Код:
<script language="JavaScript">
function popwnd()
{
var smiles = new Array

smiles.push("http://gif.vio.ru/03/friends.gif")
smiles.push("http://gif.vio.ru/01/035.gif")
smiles.push("http://gif.vio.ru/02/rose.gif")
smiles.push("http://gif.vio.ru/02/girl_rapture.gif")
smiles.push("http://gif.vio.ru/01/062.gif")
smiles.push("http://gif.vio.ru/03/love.gif")
smiles.push("http://gif.vio.ru/02/camomile.gif")
smiles.push("http://gif.vio.ru/02/girl_game.gif")
smiles.push("http://gif.vio.ru/03/spit.gif")
smiles.push("http://gif.vio.ru/03/roar.gif")
smiles.push("http://gif.vio.ru/02/rofl.gif")
smiles.push("http://gif.vio.ru/01/059.gif")
smiles.push("http://gif.vio.ru/01/023.gif")
smiles.push("http://gif.vio.ru/01/028.gif")
smiles.push("http://gif.vio.ru/03/grimace.gif")
smiles.push("http://gif.vio.ru/03/tongue.gif")
smiles.push("http://gif.vio.ru/03/hoop.gif")
smiles.push("http://gif.vio.ru/03/hi.gif")
smiles.push("http://gif.vio.ru/03/preved.gif")
smiles.push("http://gif.vio.ru/03/bruise.gif")
smiles.push("http://gif.vio.ru/01/024.gif")
smiles.push("http://gif.vio.ru/03/whistle.gif")
smiles.push("http://gif.vio.ru/01/026.gif")
smiles.push("http://gif.vio.ru/03/yahoo.gif")
smiles.push("http://gif.vio.ru/02/mamba-2.gif")
smiles.push("http://gif.vio.ru/02/commandos.gif")
smiles.push("http://gif.vio.ru/03/pilot.gif")
smiles.push("http://gif.vio.ru/03/woodpecker.gif")
smiles.push("http://gif.vio.ru/02/shok.gif")
smiles.push("http://gif.vio.ru/03/girl_hairdrier.gif")
smiles.push("http://gif.vio.ru/02/heat.gif")
smiles.push("http://gif.vio.ru/01/052.gif")
smiles.push("http://gif.vio.ru/02/prayer.gif")
smiles.push("http://gif.vio.ru/02/smoke.gif")
smiles.push("http://gif.vio.ru/02/wall.gif")
smiles.push("http://gif.vio.ru/03/poet.gif")
smiles.push("http://gif.vio.ru/01/035.gif")
smiles.push("http://gif.vio.ru/02/porno.gif")
smiles.push("http://gif.vio.ru/03/kiss.gif")
smiles.push("http://gif.vio.ru/01/015.gif")
smiles.push("http://gif.vio.ru/02/arse.gif")
smiles.push("http://gif.vio.ru/02/greengrocer.gif")
smiles.push("http://gif.vio.ru/01/037.gif")
smiles.push("http://gif.vio.ru/03/woodpecker.gif")
smiles.push("http://gif.vio.ru/03/booze.gif")
smiles.push("http://gif.vio.ru/03/chupachups.gif")
smiles.push("http://gif.vio.ru/01/039.gif")
smiles.push("http://gif.vio.ru/03/noimage.gif")

var msg = new String("")
msg = "<html><head><TITLE><Дополнительные смайлики></TITLE></head>\r\n"
msg += "<body bgcolor=#F5F5F5 >"
msg = msg + "<" + "script language=\"JavaScript\">\r\n"

msg += "function insert(a){\r\n"
msg += "txt = \"[img]\"+a.src+\"[/img] \";\r\n"
msg += "window.opener.insert_text(txt,'');\r\n"
msg += "window.focus()\r\n"
msg += "return false}\r\n"

msg = msg + "</" + "script>\r\n"

i=0

msg += "<div style=\"width: 100%; text-align : justify;\" >"
while(smiles[i])
{
msg = msg + "<img src=\"" + smiles[i] + "\" onclick=\"return insert(this)\">\r\n"
i++
}

msg += "</div><a href=\"\" onclick=\"window.close()\">Закрыть окно</a>"
msg += "</BODY></html>";

popup = window.open("","popDialog","height=500,width=500,directories=0 scrollbars=auto, status=0,location=0,copyhistory=0")
popup.document.write(msg)
popup.document.close()

return false
}
</script>

<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(17).innerHTML="<a href=''  onclick=\"return popwnd()\"> <img title='Дополнительные смайлы' src='http://forumupload.ru/uploads/0000/19/5e/10693-1.gif' width='21' height='20' /></a>"
</script>

0

68

Alice
<script language="JavaScript">
function popwnd()
{
var smiles = new Array

smiles.push("http://gif.vio.ru/03/friends.gif")
smiles.push("http://gif.vio.ru/01/035.gif")
smiles.push("http://gif.vio.ru/02/rose.gif")
smiles.push("http://gif.vio.ru/02/girl_rapture.gif")
smiles.push("http://gif.vio.ru/01/062.gif")
smiles.push("http://gif.vio.ru/03/love.gif")
smiles.push("http://gif.vio.ru/02/camomile.gif")
smiles.push("http://gif.vio.ru/02/girl_game.gif")
smiles.push("http://gif.vio.ru/03/spit.gif")
smiles.push("http://gif.vio.ru/03/roar.gif")
smiles.push("http://gif.vio.ru/02/rofl.gif")
smiles.push("http://gif.vio.ru/01/059.gif")
smiles.push("http://gif.vio.ru/01/023.gif")
smiles.push("http://gif.vio.ru/01/028.gif")
smiles.push("http://gif.vio.ru/03/grimace.gif")
smiles.push("http://gif.vio.ru/03/tongue.gif")
smiles.push("http://gif.vio.ru/03/hoop.gif")
smiles.push("http://gif.vio.ru/03/hi.gif")
smiles.push("http://gif.vio.ru/03/preved.gif")
smiles.push("http://gif.vio.ru/03/bruise.gif")
smiles.push("http://gif.vio.ru/01/024.gif")
smiles.push("http://gif.vio.ru/03/whistle.gif")
smiles.push("http://gif.vio.ru/01/026.gif")
smiles.push("http://gif.vio.ru/03/yahoo.gif")
smiles.push("http://gif.vio.ru/02/mamba-2.gif")
smiles.push("http://gif.vio.ru/02/commandos.gif")
smiles.push("http://gif.vio.ru/03/pilot.gif")
smiles.push("http://gif.vio.ru/03/woodpecker.gif")
smiles.push("http://gif.vio.ru/02/shok.gif")
smiles.push("http://gif.vio.ru/03/girl_hairdrier.gif")
smiles.push("http://gif.vio.ru/02/heat.gif")
smiles.push("http://gif.vio.ru/01/052.gif")
smiles.push("http://gif.vio.ru/02/prayer.gif")
smiles.push("http://gif.vio.ru/02/smoke.gif")
smiles.push("http://gif.vio.ru/02/wall.gif")
smiles.push("http://gif.vio.ru/03/poet.gif")
smiles.push("http://gif.vio.ru/01/035.gif")
smiles.push("http://gif.vio.ru/02/porno.gif")
smiles.push("http://gif.vio.ru/03/kiss.gif")
smiles.push("http://gif.vio.ru/01/015.gif")
smiles.push("http://gif.vio.ru/02/arse.gif")
smiles.push("http://gif.vio.ru/02/greengrocer.gif")
smiles.push("http://gif.vio.ru/01/037.gif")
smiles.push("http://gif.vio.ru/03/woodpecker.gif")
smiles.push("http://gif.vio.ru/03/booze.gif")
smiles.push("http://gif.vio.ru/03/chupachups.gif")
smiles.push("http://gif.vio.ru/01/039.gif")
smiles.push("http://gif.vio.ru/03/noimage.gif")

var msg = new String("")
msg = "<html><head><TITLE><Дополнительные смайлики></TITLE></head>\r\n"
msg += "<body bgcolor=#F5F5F5 >"
msg = msg + "<" + "script language=\"JavaScript\">\r\n"

msg += "function insert(a){\r\n"
msg += "txt = \"-- \";\r\n"
msg += "window.opener.insert_text(txt,'');\r\n"
msg += "window.focus()\r\n"
msg += "return false}\r\n"

msg = msg + "</" + "script>\r\n"

i=0

msg += "<div style=\"width: 100%; text-align : justify;\" >"
while(smiles[i])
{
msg = msg + "<img src=\"" + smiles[i] + "\" onclick=\"return insert(this)\">\r\n"
i++
}

msg += "</div><a href=\"\" onclick=\"window.close()\">Закрыть окно</a>"
msg += "</BODY></html>";

popup = window.open("","popDialog","height=500,width=500,directories=0 scrollbars=auto, status=0,location=0,copyhistory=0")
popup.document.write(msg)
popup.document.close()

return false
}
</script>

<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(17).innerHTML="<a href=''  onclick=\"return popwnd()\"> <img title='Дополнительные смайлы' src='http://forumupload.ru/uploads/0000/19/5e/10693-1.gif' width='21' height='20' /></a>"
</script>

выделенное красным

0

69

Нюша пасиб

0

70

а где тут код значка?

Код:
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(17).innerHTML="<a href=''  onclick=\"return popwnd()\"> <img title='Коллекция авиков из фильма сумерки' src='http://s61.radikal.ru/i171/0901/3f/d40bea51e7ed.gif' width='21' height='20' /></a>"
</script>


<style type="text/css">
#button-smiles {background-image:url('http://i018.radikal.ru/0805/21/e9ec1c89475a.jpg'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat}
</style>

<script language="JavaScript">
function popwnd()
{
var smiles = new Array

smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Anger.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Angry.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/ArrangingIcecreams.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Baker.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Balloon.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/BangingHead.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Bath.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Blushing.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Bowling.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Calling.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Clapping.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Cleaning.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/ClickingPhoto.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/ClosingMouth.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Color_0.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Color_1.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Color_2.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Color_3.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Color_4.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Color_5.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Color_6.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Color_7.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Color_8.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Color_9.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/ComputerProfessional.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Confused.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Cooking.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Cooking.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Coughing.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Cry.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Crying.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Delivery.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Drinking.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Driving_Car.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Drying_Clothes.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Drying_Hair.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Dusting_Blankets.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Eating.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Eating_Meal.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Flying_Kisses.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Gardening.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Hail_To_You.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Happy_Smile.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Hehehe.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Hitting_Fingers.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Hurt.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Ironing.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Kitty.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Knitting.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Laughing.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Lipstick.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Looking_Cool.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Love.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Moving_Hands.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/No_No_No.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Nodding.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Not_Talking.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Oye.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Playing_Piano.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Playing_Tennis.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Playing_Violin.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Pom_Pom.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Pouring_Hearts.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Punch.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Reading.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Refuse.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Riding_Bicycle.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Riding_Scooter.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Rolling_Eyes.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Sealed_Lips.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Serving_Drinks.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Sewing_Clothes.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Shop_Keeper.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Shopping.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Shy.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Singing.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Singing2.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Sleeping.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Sneezing.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Snoring.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Spraying_Left_Hearts.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Spreading_Love.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Stitching.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Stubborn.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Talking.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Talking_On_Mobile.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Teasing.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Too_Hot.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Travelling_Bag.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Travelling_Passport.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Very_Angry.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Victory.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Violet_0.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Violet_1.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Violet_2.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Violet_3.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Violet_4.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Violet_5.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Violet_6.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Violet_7.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Violet_8.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Violet_9.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Wah_Wah.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Walk_Your_Pet.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Wink.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Writing.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Yawning.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Yipee.gif")

var msg = new String("")
msg = "<html><head><TITLE><Дополнительные смайлы></TITLE></head>\r\n"
msg += "<body bgcolor=#F5F5F5 >"
msg = msg + "<" + "script language=\"JavaScript\">\r\n"

msg += "function insert_smile(a){\r\n"
msg += "txt = \"[img]\"+a.src+\"[/img] \";\r\n"
msg += "window.opener. smile(txt);\r\n"
msg += "window.focus()\r\n"
msg += "return false}\r\n"

msg = msg + "</" + "script>\r\n"

i=0

msg += "<div style=\"width: 100%; text-align : justify;\" >" 
while(smiles[i])
{
msg = msg + "<img src=\"" + smiles[i] + "\" onclick=\"return insert_smile(this)\" style=\"cursor: pointer\">\r\n"
i++
}

msg += "</div><a href=\"\" onclick=\"window.close()\">Закрыть окно</a>"
msg += "</BODY></html>";

popup = window.open("","popDialog","height=500,width=500, scrollbars=1")
popup.document.write(msg)
popup.document.close()

return false
}
</script>
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(17).innerHTML="<img  id=\"button-smiles\" title=\"Дополнительные смайлы\" onclick=\"return popwnd()\" src=\"/i/blank.gif\" />"</script>
<script>
elm=document.getElementById("form-buttons").getElementsByTagName("tr")[0].getElementsByTagName("td")
i=0
while(elm[i])
{
  str=elm[i].innerHTML
  if(str.indexOf("i/smile.png")!=-1)
    elm[i].style.display='none'
  i++
}
</script>

0

71

Alice

<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(17).innerHTML="<a href=''  onclick=\"return popwnd()\"> <img title='Коллекция авиков из фильма сумерки' src='http://s61.radikal.ru/i171/0901/3f/d40bea51e7ed.gif' width='21' height='20' /></a>"
</script>

<style type="text/css">
#button-smiles {background-image:url('http://i018.radikal.ru/0805/21/e9ec1c89475a.jpg'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat}
</style>

<script language="JavaScript">
function popwnd()
{
var smiles = new Array

smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Anger.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Angry.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/ArrangingIcecreams.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Baker.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/Balloon.gif")
smiles.push("http://smayly.net.ru/gallery/anime/pictures/Licca_1/BangingHead.gif")

0

72

А как календарь нууу где его взять???

0

73

Блумчик
Могу предложить несколько..
Календарь "Гитара"

Код:
<IFRAME name="Calendar" src="http://avatarochka.ru/Calend/git.htm" height="180" width="145" scrolling="no" frameborder="0"></IFRAME>

С розой

Код:
<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr1.htm" height="174" width="164" scrolling="no" frameborder="0"></iframe>

http://zegaryagi.w.interia.pl/aisha.JPG

Код:
<iframe  width="140" height="135"    border="0" frameborder="no" framespacing="0" src="http://zegaryagi.w.interia.pl/zegar-aisha.html"  scrolling="no" ></iframe>

http://zegaryagi2.w.interia.pl/kiss.jpg

Код:
<iframe  width="140" height="135"  border="0" frameborder="no" framespacing="0" src="http://zegaryagi2.w.interia.pl/zegar-kiss.html"  scrolling="no" ></iframe>

http://zegaryagi3.w.interia.pl/muza.jpg

Код:
<iframe width="140" height="135"   border="0" frameborder="no" framespacing="0" src="http://zegaryagi3.w.interia.pl/zegar-muza.html"  scrolling="no" ></iframe>

Есть ещё календарики тебе с кем нужны?

0

74

Спаси!!Я с Блум и Скаем!!!(Беру!!)

0

75

Я не скрипт а просто вопрос!!Я поставила таблицу с боку(как в скриптах)а она сильно большая в ширене  для моего сайта, можно это как нибудь изменить???

0

76

А как зделать табло в объявлении???

0

77

А как зделать ну картинку или надпись, на неё жмёшь и переходишь на сайт или на какую ни будь страницу???

0

78

А что такое Расскрутка???

0

79

Блумчик написал(а):

А как зделать ну картинку или надпись, на неё жмёшь и переходишь на сайт или на какую ни будь страницу???

Заходишь на http://www.radikal.ru/
загружаешь картинку и берёшь ссылку под номером 2
Стандартный вид

Код:
[url=http://www.radikal.ru][img]http://s54.radikal.ru/i144/1002/9a/5c7cb6cefecc.jpg[/img][/url]

Меняем

Код:
[url=Сюда ставим адрес форума , саита , темы....][img]http://s54.radikal.ru/i144/1002/9a/5c7cb6cefecc.jpg[/img][/url]
Блумчик написал(а):

А что такое Расскрутка???

Ты добавляешь форум в поисковые системы например на яндекс

0

80

а как сделать чеб от стрелки такие сердечки отходили?

0

81

Alice
Это эффекты курсора
вот с сердечками не помню вроде у меня нету
Сейчас выложи в тему которые есть

0

82

Нюша написал(а):

Сейчас выложи в тему которые есть

вот написано че в опере не идет а вот я заходила на одном форуме были
а какие есть?

0

83

Alice написал(а):

вот написано че в опере не идет а вот я заходила на одном форуме былиа какие есть?

Alice написал(а):

вот написано че в опере не идет а вот я заходила на одном форуме былиа какие есть?

Пузыри в опере есть

Код:
<SCRIPT LANGUAGE="JavaScript">




<!-- Begin
Image0 = new Image();
Image0.src = "gif_effect/Ball.gif";
Amount = 20;
Ymouse = -50;
Xmouse = -50;
Ypos = new Array();
Xpos = new Array();
Speed = new Array();
rate = new Array();
grow = new Array();
Step = new Array();
Cstep = new Array();
nsSize = new Array();
ns = (document.layers)?1:0;
(document.layers)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt) {
Ymouse=(document.layers)?evnt.pageY-20:event.y-20;
Xmouse=(document.layers)?evnt.pageX:event.x;
}
(document.layers)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
for (i = 0; i < Amount; i++) {
Ypos[i] = Ymouse;
Xpos[i] = Xmouse;
Speed[i] = Math.random()*4+1;
Cstep[i] = 0;
Step[i] = Math.random()*0.1+0.05;
grow[i] = 8;
nsSize[i] = Math.random()*15+5;
rate[i] = Math.random()*0.5+0.1;
}
if (ns) {
for (i = 0; i < Amount; i++) {
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
   }
}
else {
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++) {
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=90)">');
}
document.write('</div></div>');
}
function MouseBubbles() {
var hscrll = (document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll = (document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i = 0; i < Amount; i++){
sy = Speed[i] * Math.sin(270 * Math.PI / 180);
sx = Speed[i] * Math.cos(Cstep[i] * 4);
Ypos[i] += sy;
Xpos[i] += sx;
if (Ypos[i] < -40) {
Ypos[i] = Ymouse;
Xpos[i] = Xmouse;
Speed[i] = Math.random() * 6 + 4;
grow[i] = 8;
nsSize[i] = Math.random() * 15 + 5;
}
if (ns) {
document.layers['sn'+i].left = Xpos[i] + wscrll;
document.layers['sn'+i].top = Ypos[i] + hscrll;
}
else {
si[i].style.pixelLeft = Xpos[i] + wscrll;
si[i].style.pixelTop = Ypos[i] + hscrll;
si[i].style.width = grow[i];
si[i].style.height = grow[i];
}
grow[i] += rate[i];
Cstep[i] += Step[i];
if (grow[i] > 24) grow[i] = 25;
}
setTimeout('MouseBubbles()', 10);
}
MouseBubbles();
//  End -->
</script>
</center>

Нашла сердечки ,но в опере не идут

0

84

давай сердечки тож у мя и эксплоуэр есть=)))

0

85

Код:
<script language="JavaScript">
<!--  Updated Stars Script by kurt.grigg@virgin.net
var images='http://img164.imageshack.us/img164/4598/smile1402yo.gif';//Hier das Bild!!
var amount=8;       //Anzahl der Bilder!!
var yBase = 150;
var xBase = 200;
var step = .2;
var currStep = 0;
var Xpos = 5;
var Ypos = 5;
var i = 0;
var j = 0;
if (document.all)
{
document.write('<div id="ieDiv" style="position:absolute;top:0px;left:0px">')
document.write('<div id="c" style="position:relative">');
for (n=0; n < amount; n++)
document.write('<img src=" '+images+'" style="position:absolute;top:0px;left:0px">')
document.write('</div>')
document.write('</div>')
function MsieMouseFollow(){
 Xpos = document.body.scrollLeft+event.x-5;
 Ypos = document.body.scrollTop+event.y-5;
 }
 document.onmousemove = MsieMouseFollow;
}
else if (document.layers)
{
window.captureEvents(Event.MOUSEMOVE);
for (ns=0; ns < amount; ns++) 
document.write("<LAYER NAME='n"+ns+"' LEFT=0 TOP=0><IMG SRC='"+images+"'></LAYER>");
function NsMouseFollow(evnt){
 Xpos = evnt.pageX-5;
 Ypos = evnt.pageY-5;
 }
 window.onMouseMove = NsMouseFollow;
}
function Swirl(){
if (document.all)
{
 yBase = window.document.body.offsetHeight/4;
 xBase = window.document.body.offsetWidth/4;
}
else if (document.layers)
{
 yBase = window.innerHeight/4;
 xBase = window.innerWidth/4;
}
if (document.all)
{
 for (i=0;i<ieDiv.all.c.all.length;i++)
 {
  ieDiv.all.c.all[i].style.top = Ypos + Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
  ieDiv.all.c.all[i].style.left = Xpos + Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
 }
}
else if (document.layers)
{
 for ( j = 0 ; j < ns ; j++ ) //7 is number of NS layers!
 {
  var temp="n"+j
  document.layers[temp].top = Ypos + Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
  document.layers[temp].left =Xpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
 }
}
currStep += step;
setTimeout("Swirl()", 10);
}
Swirl();
// -->
</script>

Есть разного цвета
тоько у меня уже голова закружилась от них :D

0

86

Нюша написал(а):

тоько у меня уже голова закружилась от них

поч

0

87

блин не заходит экспоуэр  а какие еще для оперы можно?

0

88

Тоже сердечки.Эти лучше.
Работают в опере

Код:
<SCRIPT language=JavaScript>
<!-- 
Image0 = new Image();
Image0.src = "http://fantasyflash.ru/anime/love/image/love36.gif";
Amount = 10; 
Ymouse = -50;
Xmouse = -50;
Ypos = new Array();
Xpos = new Array();
Speed = new Array();
rate = new Array();
grow = new Array();
Step = new Array();
Cstep = new Array();
nsSize = new Array();
ns = (document.layers)?1:0;
(document.layers)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt) {
Ymouse=(document.layers)?evnt.pageY-20:event.y-20;
Xmouse=(document.layers)?evnt.pageX:event.x;
}
(document.layers)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
for (i = 0; i < Amount; i++) {
Ypos[i] = Ymouse;
Xpos[i] = Xmouse;
Speed[i] = Math.random()*4+1;
Cstep[i] = 0;//osw
Step[i] = Math.random()*0.1+0.05;
grow[i] = 5;
nsSize[i] = Math.random()*15+5;
rate[i] = Math.random()*0.5+0.1;
}
if (ns) {
for (i = 0; i < Amount; i++) {
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
   }
}
else {
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++) {
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=80)">');
}
document.write('</div></div>');
}
function Fly() {
var hscrll = (document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll = (document.layers)?window.pageXOffset:document.body.scrollLeft;//fantasyflash.ru
for (i = 0; i < Amount; i++){
sy = Speed[i] * Math.sin(270 * Math.PI / 180);
sx = Speed[i] * Math.cos(Cstep[i] * 4);
Ypos[i] += sy;
Xpos[i] += sx; 
if (Ypos[i] < -40) {
Ypos[i] = Ymouse;
Xpos[i] = Xmouse;
Speed[i] = Math.random() * 6 + 4;
grow[i] = 5;//osw
nsSize[i] = Math.random() * 15 + 5;
}
if (ns) {
document.layers['sn'+i].left = Xpos[i] + wscrll;
document.layers['sn'+i].top = Ypos[i] + hscrll;
}
else {
si[i].style.pixelLeft = Xpos[i] + wscrll;
si[i].style.pixelTop = Ypos[i] + hscrll;
si[i].style.width = grow[i];
si[i].style.height = grow[i]; 
}
grow[i] += rate[i]; 
Cstep[i] += Step[i];
if (grow[i] > 15) grow[i] = 15;
}
setTimeout('Fly()', 10);
}
Fly();
-->
  </SCRIPT>

0

89

ага пасиб как раз для моего форума=)
если не секрет где ты их берешь?

Отредактировано Alice (2010-02-12 22:51:41)

0

90

как заменить слово форум вход учасники и т.д.?

0


Вы здесь » .|design » Вопросы » Хочу найти скрипт