how to attach an element to a node without using the appendChild method

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hastiok
    New Member
    • Dec 2009
    • 7

    how to attach an element to a node without using the appendChild method

    Hello Everybody
    I would like to know how can I attach a node to another node on the DOM without using the appendChild Method.
    I used It but with ie6 I have a sérious problem.
    Thank you in advance
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    you’ll probably have problems with the other DOM node insertion methods too.

    Comment

    • rnd me
      Recognized Expert Contributor
      • Jun 2007
      • 427

      #3
      perhaps there's an ie6 workaround; what's the problem?

      Comment

      • hastiok
        New Member
        • Dec 2009
        • 7

        #4
        you can take a look at this link where I exposer my probem.
        http://bytes.com/topic/javascript/an...ild-method-ie6.

        Finally I have find a solution. But it's amazing to predict such behavior on the part of ie6.

        Comment

        Working...