IE7 Javascript Errors

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

    IE7 Javascript Errors

    I have been unable to fidn a good JS debugger for IE7. Often times,
    the same scripts work in firefox but crap out in IE7,

    to see source code, do the following.

    Go here


    Click on any icon, and click proceed.

    Then click on next on the page after this.

    Once you are on this url, then you are on the right page. In firefox,
    it works fine, in IE7, it craps out. Any help would be greatly
    appreciated.

  • Thomas 'PointedEars' Lahn

    #2
    Re: IE7 Javascript Errors

    ameshkin wrote:
    I have been unable to fidn a good JS debugger for IE7. Often times,
    the same scripts work in firefox but crap out in IE7,
    For reasons I don't understand, no IE/JScript debugger is listed in the FAQ:

    <http://jibbering.com/faq/#debugging>

    <FAQENTRY>

    Several JScript debuggers have been mentioned before and IIRC were part of
    the previous FAQ version already:

    <http://groups.google.c om/groups?q=IE+OR+ JScript+debugge r+group%3Acomp. lang.javascript &start=10&sa=N& scoring=d&filte r=0>

    </FAQENTRY>


    PointedEars
    --
    Use any version of Microsoft Frontpage to create your site.
    (This won't prevent people from viewing your source, but no one
    will want to steal it.)
    -- from <http://www.vortex-webdesign.com/help/hidesource.htm>

    Comment

    • dhtml

      #3
      Re: IE7 Javascript Errors

      ameshkin wrote:
      I have been unable to fidn a good JS debugger for IE7. Often times,
      the same scripts work in firefox but crap out in IE7,
      >
      The MS Script Editor comes with MS Office. The IE debugger, OTOH, is not
      useful - it's the MS Script Editor that comes with MS Word that you want.

      Fiddler is also useful. It's a proxy that works like the Net tab in Firebug.

      I've added some of this info the FAQ:


      Still preparing for rearranging the sections.

      --
      comp.lang.javas cript FAQ <URL: http://jibbering.com/faq/ >

      Comment

      • Thomas 'PointedEars' Lahn

        #4
        Re: IE7 Javascript Errors

        dhtml wrote:
        ameshkin wrote:
        >I have been unable to fidn a good JS debugger for IE7. Often times,
        >the same scripts work in firefox but crap out in IE7,
        >
        The MS Script Editor comes with MS Office. The IE debugger, OTOH, is not
        useful - it's the MS Script Editor that comes with MS Word that you want.
        Yeah, buy and install a full-blown office app to get a script debugger ...

        IBTD! For most IE debugging purposes, the MS Script Debugger that you can
        get for free is more than sufficient. If you cannot use it, that's your
        fault instead.


        PointedEars
        --
        Prototype.js was written by people who don't know javascript for people
        who don't know javascript. People who don't know javascript are not
        the best source of advice on designing systems that use javascript.
        -- Richard Cornford, cljs, <f806at$ail$1$8 300dec7@news.de mon.co.uk>

        Comment

        • Dr J R Stockton

          #5
          Re: IE7 Javascript Errors

          In comp.lang.javas cript message <gfn5de$7gk$1@n ntp.motzarella. org>, Sat,
          15 Nov 2008 10:46:02, dhtml <dhtmlkitchen@g mail.composted:
          >
          >The MS Script Editor comes with MS Office.
          Will you need to add a version number or location? I don't at present
          see it in Office 2003.

          --
          (c) John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v6.05 MIME.
          Web <URL:http://www.merlyn.demo n.co.uk/- FAQish topics, acronyms, & links.
          Proper <= 4-line sig. separator as above, a line exactly "-- " (SonOfRFC1036)
          Do not Mail News to me. Before a reply, quote with ">" or "" (SonOfRFC1036)

          Comment

          • RobG

            #6
            Re: IE7 Javascript Errors

            On Nov 17, 2:41 am, Dr J R Stockton <j...@merlyn.de mon.co.ukwrote:
            In comp.lang.javas cript message <gfn5de$7g...@n ntp.motzarella. org>, Sat,
            15 Nov 2008 10:46:02, dhtml <dhtmlkitc...@g mail.composted:
            >
            >
            >
            The MS Script Editor comes with MS Office.
            >
            Will you need to add a version number or location? I don't at present
            see it in Office 2003.
            There are instructions for installation and tips for use here:

            <URL: http://www.ajaxhead.com/javascript/d...avascript.html >


            --
            Rob

            Comment

            Working...