enme
22.04.2002, 01:26
What the hell is with opera(6) and document.createElement?
I do this:
if (document.createElement){ alert(); }
and the document alerts. But, when I try and create the element set attributes and document.appendChild it does not work.
I do this:
if (document.createElement){ alert(); }
and the document alerts. But, when I try and create the element set attributes and document.appendChild it does not work.