Логин:

Пароль:

Форумы
Общие вопросы
Document Object Model
Обсуждаем конференцию
Web Usability (test)

Document Object Model

Как изменять ширину iframe?

> <html>
> <head>
> .<title>Untitled</title>
> <script>
> function change() {
> var o=document.getElementById("ifrm");
> o.style.width = o.style.height = "100px";
> }
> //Working with Mozilla, IE5+
> </script>
> </head>
> <body>
> <iframe id="ifrm" width="200" height="90">
> </iframe>
> <form>
> <input type="button" onclick="change()" value="click">
> </form>
> </body>
> </html>
СообщениеАвторДата
Tatyana17.05.2002 11:44
Андрей18.05.2002 14:09
ApTeM17.05.2002 14:17
Гость16.08.2002 03:03
THEru18.05.2002 14:11
Leechy18.05.2002 18:47
Алексей Горохов17.05.2002 21:37