[Javascript] Solucion: "Unexpected call to method or property access"

Subcmd Subcmd rraaff_666 at hotmail.com
Fri Dec 14 09:53:12 CST 2001


Another way to do this is with innerHtml.
div1.innerHtml = div1.innerHtml + div2.outerHtml.

Other way is div2.style.position = absolute; div2.style.left = xx;div2.style.top = yy; in order to position the div2 in the right place.

Saludos, Marcos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20011214/98175381/attachment.htm>


More information about the Javascript mailing list