Среда, 18.12.24, 11:16:49
Приветствую Вас Visitor

My personal website! ^^

[ New messages · Members · Forum rules · Search · RSS ]
  • Страница 1 из 1
  • 1
Модератор форума: Reflux  
Хозу знать HTML
TheVIPДата: Суббота, 25.04.09, 11:31:46 | Сообщение # 1
I'll Be There 4 U
Группа: Administrators
Сообщений: 92
Репутация: 4
Статус: Offline
Итак, сюда кидаю/кидаем полезности в плане языка не только хтмл, все что касается сайта и можно использовать на благо biggrin

вот первая страница, которую я посетил dry

http://alex-inside.livejournal.com/216475.html

 
TheVIPДата: Суббота, 25.04.09, 11:34:00 | Сообщение # 2
I'll Be There 4 U
Группа: Administrators
Сообщений: 92
Репутация: 4
Статус: Offline
ынтересно, а хтмл код работает прямо в текстре сообщения?

Эдит. кажется нет :'( как то же можно это сделать wacko

Эдит2. вроде врубил ХТМЛ в сообщениях в админ панели... и все равно не бежит wacko

Эдит3. все таки работает happy

Сообщение отредактировал TheVIP - Суббота, 25.04.09, 12:07:44
 
RickДата: Суббота, 25.04.09, 4:24:14 | Сообщение # 3
Hollow
Группа: Honorary
Сообщений: 9
Репутация: 3
Статус: Offline
http://www.htmlbook.ru/ dry

 
TheVIPДата: Воскресенье, 26.04.09, 2:04:23 | Сообщение # 4
I'll Be There 4 U
Группа: Administrators
Сообщений: 92
Репутация: 4
Статус: Offline
тестируем скрипт wacko

 
TheVIPДата: Воскресенье, 26.04.09, 2:05:17 | Сообщение # 5
I'll Be There 4 U
Группа: Administrators
Сообщений: 92
Репутация: 4
Статус: Offline
Code
и ничего  <img src="http://s102.ucoz.net/sm/19/wacko.gif" border="0" align="absmiddle" alt="wacko">  

<script language="JavaScript1.2">
// *******************************************************************
// script by drevil_nz, Michael Dillon, Christchurch New Zealand.      
// Permission granted to use this script provided this credit             
// remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html
// Script written for Internet Explorer 4.0+.
// *******************************************************************      

var message="Michael Dillon's dynamic title script"     //specifys the title
var message=message+"          " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds.      
i="0"            //declares the variable and sets it to start at 0
var temptitle=""                 //declares the variable and sets it to have no value yet.
var speed="150"                  //the delay in milliseconds between letters

function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i)  //sets the initial title
temptitle=temptitle+message.charAt(i)       //increases the title by one letter
i++         //increments the counter
if(i==message.length)       //determines the end of the message
{
i="0"         //resets the counter at the end of the message
temptitle=""        //resets the title to a blank value
}
setTimeout("titler()",speed)      //Restarts. Remove line for no-repeat.
}

window.onload=titler
</script>
 
  • Страница 1 из 1
  • 1
Поиск:

500