Тема
:
Как вывести переменную из javascript в html код?
Показать сообщение отдельно
#
2
(
permalink
)
25.02.2012, 13:01
Rootpassword
Server
Регистрация: 26.09.2011
Сообщений: 252
<table id='mytable'>
<script>
document.getElementById('mytable').style.height=10 24+'px';
</script>