|
Готовые
программы
| Командная строка
|
Чат
|
Авторам
|
Наши баннеры
Гостевая книга
|
Форум
|
Послать E-mail
|
Добавить свою работу
|
JavaScript |
ПРОКРУТКА
ТЕКСТА В ЯЧЕЙКЕ ТАБЛИЦЫ
|
|
Добро
пожаловать на сайт для настоящих
программистов! |
|
|
<TABLE border=1>
<TBODY>
<TR>
<TD align=left bgColor=#aaaaaa>
<SCRIPT language=JavaScript1.2>
window.onload=regenerate2
var marqueewidth=180
var marqueeheight=50
var speed=3
var marqueecontents=
'<h2><center>Здесь Вы пишите текст (в одну строчку) (с тегами)</center>'
if (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+'
style="width:'
+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",500)
intializemarquee()
}
}
function intializemarquee(){
document.marq1.document.marq2.document.write(marqueecontents)
document.marq1.document.marq2.document.close()
thelength=document.marq1.document.marq2.document.height
scrollit()
}
function scrollit(){
if (document.marq1.document.marq2.op>=thelength*(-1)){
document.marq1.document.marq2.top-=speed
setTimeout("scrollit()",200)
}
else{
document.marq1.document.marq2.top=marqueeheight
scrollit()
}
}
</SCRIPT>
<ILAYER name="marq1" height="&{marqueeheight};"
width="&{marqueewidth};"><LAYER name="marq2"
height="&{marqueeheight};"
width="&{marqueewidth};">
</LAYER></ILAYER></TD></TR></TBODY></TABLE>
|
<<Назад
| На главную
|
|