Тут я выложу много чего полезного .
Замена надписей " Регистрация , форум " и т . д .
Страница: 1
Сообщений 1 страница 9 из 9
Поделиться219-04-2010 00:04:26
Форум:
Код:
<script>
<!--
indexof="Ваше слово"
str = document.getElementById("navindex").innerHTML
pos = str.indexOf("Форум")
document.getElementById("navindex").innerHTML=str.substring(0,pos)+indexof+str.substring(pos+5,str.length-1)
-->
</script>Поделиться319-04-2010 00:11:53
Регистрация:
Код:
<script>
<!--
regof="Ваше слово "
str = document.getElementById("navregister").innerHTML
pos = str.indexOf("Регистрация")
document.getElementById("navregister").innerHTML=str.substring(0,pos)+regof+str.substring(pos+18,str.length-1)
-->
</script>Поделиться419-04-2010 00:13:46
Вход :
Код:
<script>
<!--
vxodiof="Ваше слово"
str = document.getElementById("navlogin").innerHTML
pos = str.indexOf("Войти")
document.getElementById("navlogin").innerHTML=str.substring(0,pos)+vxodiof+str.substring(pos+5,str.length-1)
-->
</script>Поделиться519-04-2010 00:14:56
Выход:
Код:
<script>
<!--
valiof="Ваше слово"
str = document.getElementById("navlogout").innerHTML
pos = str.indexOf("Выход")
document.getElementById("navlogout").innerHTML=str.substring(0,pos)+valiof+str.substring(pos+5,str.length-1)
-->
</script>Поделиться619-04-2010 00:18:21
Участники:
Код:
<script>
<!--
userof="Ваше слово"
str = document.getElementById("navuserlist").innerHTML
if( (pos=str.indexOf("Участники")) != -1 )
document.getElementById("navuserlist").innerHTML=str.substring(0,pos)+userof+str.substring(pos+9,str.length-1)
-->
</script>Поделиться719-04-2010 00:19:49
Правила:
Код:
<script>
<!--
pravilof="Ваше сово"
str = document.getElementById("navrules").innerHTML
pos = str.indexOf("Правила")
document.getElementById("navrules").innerHTML=str.substring(0,pos)+pravilof+str.substring(pos+14,str.length-1)
-->
</script>Поделиться819-04-2010 07:02:56
КкиТт
Зачем отдельную тему создавать? >_<
Поделиться920-04-2010 16:00:47
tequiLa Boom написал(а):
Зачем отдельную тему создавать? >_<
чтобы не запуться !
Страница: 1

