Problem with InnerHTML require alternative

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shawn aslam

    Problem with InnerHTML require alternative


    My question is leads from the ongoing thread.I am also facing problem of
    'innerhtml" when i use IE to see output.If i use FF or Saphire it works
    well but
    when i see the output in the HTML it is not properly aligned.basical ly i
    just want
    to create the row in the existing table and i have achieved this by
    using
    innerhtml. but when i c the output is performs the correct functionality
    but not
    aligned properly which is very annoyed for our customers.If this is
    "innerhtml"
    issue then anyone can please advice me any good alternative.
    Thanks in Advance
    Shawn Aslam

    *** Sent via Developersdex http://www.developersdex.com ***
  • RobG

    #2
    Re: Problem with InnerHTML require alternative

    On May 21, 12:56 am, shawn aslam <shawn.as...@tr gworld.comwrote :
    My question is leads from the ongoing thread.I am also facing problem of
    'innerhtml" when i use IE to see output.If i use FF or Saphire it works
    well but
    when i see the output in the HTML it is not properly aligned.basical ly i
    just want
    to create the row in the existing table and i have achieved this by
    using
    innerhtml.
    Re-read the thread. The advice, resoundingly, was do not use
    innerHTML to modify a table - use standard DOM methods. There was
    also code posted to show how to do that, or read:

    <URL: http://developer.mozilla.org/en/docs...able_Interface
    >

    --
    Rob

    Comment

    Working...