How to see on the fly generated code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • buntyindia
    New Member
    • Jun 2007
    • 101

    How to see on the fly generated code

    Hi ,

    I was using ExtJs. When the HTML page laods and i try to see the Viewsource.

    It never show the code of ExtJs components. In Firefox we can see that using Firebug/Selection Source.

    How to See that in IE?

    Regards,
  • buntyindia
    New Member
    • Jun 2007
    • 101

    #2
    please reply to this mail

    Comment

    • gits
      Recognized Expert Moderator Expert
      • May 2007
      • 5390

      #3
      you may have a look at 'Firebug lite' or 'IE Developer Toolbar' ... just google for them ...

      kind regards

      Comment

      • buntyindia
        New Member
        • Jun 2007
        • 101

        #4
        Thanks for reply :) . . . . . . . . .

        Comment

        • hsriat
          Recognized Expert Top Contributor
          • Jan 2008
          • 1653

          #5
          Originally posted by gits
          you may have a look at 'Firebug lite' or 'IE Developer Toolbar' ... just google for them ...

          kind regards
          Not sure, but I don't think 'IE Developer Toolbar' can do that. I tried it many times. But no success.

          Comment

          • gits
            Recognized Expert Moderator Expert
            • May 2007
            • 5390

            #6
            according to MSDN it should do it ... but i never use IE ... just use MACs :) ... and so i'm not really sure either ...

            kind regards

            Comment

            • hsriat
              Recognized Expert Top Contributor
              • Jan 2008
              • 1653

              #7
              Originally posted by gits
              according to MSDN it should do it ... but i never use IE ... just use MACs :) ... and so i'm not really sure either ...

              kind regards
              Even I never use IE. I don't even care if my code is compatible with IE or not. Every time I do a fix to my code so that it can work in IE too, I really compromise with my ego. :D

              And a funny part is, I made a web-application, and used too much DHTML. It never worked on IE. I tried my best to apply fixes, but couldn't. Some features are not compatible with IE, and some giving unexpected errors.I used this IE's developer's toolbar to locate problem with my JS, but could not. It's a really bad debugging tool!!

              Actually there's some other debugging tool too for IE, you can find it in the MSDN's "What Others Are Downloading" column at the bottom when you download this toolbar. But that asks for windows genuine validation. :p

              Regards :)

              Comment

              Working...