JavaScript DHTML/Style Layout/hasLayout

Материал из Web эксперт
Перейти к: навигация, поиск

"hasLayout" Example

   <source lang="html4strict">
   

<html> <body>

<button onclick="alert(document.all.myDiv.currentStyle.hasLayout);"> Haslayout </button> </body> </html>


</source>