JavaScript DHTML/Node Operation/mergeAttributes

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

"mergeAttributes()" Example

   <source lang="html4strict">
   

<html> <body> <script language="JavaScript"> function function1(){

   myDiv2.mergeAttributes(myDiv1);

} </script>

www.wbex.ru

www.wbex.ru

<button onclick="function1();">Merge attributes</button> </body> </html>


     </source>