Javascript and DOM

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blitzkreig
    New Member
    • Mar 2008
    • 7

    Javascript and DOM

    I am now to javascripting and I have a question regarding DOM.
    I have downloaded a software called DOM Inspector and I can see all the links,forms,HTM L and Javascripts on a given page. The problem is DOM Inspector does not allow me to transfer/import the entire contents of the DOM I see to a file. I was unable to find any other software or source code which can fulfil my requirement.
    Can anyone please suggest me any free java plugin or source code of programs simillar to IE DOM inspector which can solve this problem.

    Thanks to all in advance!
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    There is the Firefox DOM Inspector. Do you just want to save the source code? Or do you want it in a particular format?

    Comment

    • blitzkreig
      New Member
      • Mar 2008
      • 7

      #3
      Originally posted by acoder
      There is the Firefox DOM Inspector. Do you just want to save the source code? Or do you want it in a particular format?
      Yeah I want to save the complete source code to a XML or HTML file. But I require something for IE. I see a lot of tools but most of them are sharewares. Ideally I will require the source code so that I can modify it to serve my purpose.
      Thanks!

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Maybe I missed something, but if you just want the source code, the browser already has a view source option.

        Comment

        • blitzkreig
          New Member
          • Mar 2008
          • 7

          #5
          Originally posted by acoder
          Maybe I missed something, but if you just want the source code, the browser already has a view source option.
          Lets say I am accessing OWA(outlook web access) through IE. When I check view source, I dont see all the links present on that page. I see only the static HTML links, but what about the dynamic links or the links which are present within a Javascript. But using the DOM inspector I can see all the links, even those which are present within a js.

          Comment

          Working...