Probable Ajax.updater IE problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pankajit09
    Contributor
    • Dec 2006
    • 296

    #16
    Originally posted by acoder
    Well, you seem to solve these problems on your own! If you don't mind, could you provide your solution here. Thanks.
    The problem was solved by finding out the ERROR in the HTML code which replaces the PLACEHOLDER.
    I generated that HTML page step by step and found out that a <div> tag was creating problem.
    I removed the <div> tag and it worked fine.


    The next problem was related to Mochikit package(DOM) which I googled and found out the perfect solution.

    Thanks a lot for your help.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #17
      Thanks for that info. It helps other people in a similar situation searching for a solution to the same problem.

      Comment

      • pankajit09
        Contributor
        • Dec 2006
        • 296

        #18
        Originally posted by acoder
        Thanks for that info. It helps other people in a similar situation searching for a solution to the same problem.

        Thats why I wrote the solution .

        Comment

        Working...