Results 1 to 3 of 3

Thread: Error message - can you recc an IDE

  1. #1
    Join Date
    Apr 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Error message - can you recc an IDE

    Hi I have been putting some scripts into my page and have found that i suddenly have errors all over the place and cant find whats causing them. Im quite new to this so please help!!

    A good example is an error that i find as soon as I select the radio button on my page it details that

    Line 286 char 1 is where the error is - Upon investigation I find that the error cant be there because the line of code there is

    Code:
    <p class=MsoNormal><span style='font-size:8.0pt;font-family:Tahoma'>
    I arent using an ide just using notepad for the development. Im used to Visual basic where on error it takes you to and highlights the erronous code. Can someone recommend an ide that does the same thing for javascript.

    Or advise on what this might be.

    thanks

    Rob

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    It is very difficult to reach a conclusion only based on the facts you've provided. You need to provide more details, source code or a link to your page which causes the problem, then only the users might be able to help.

    Aptana is a good editor for JS part and though you can find lots of WYSIWYG IDE for HTML none of them are efficient as they used to claim. It is better if you use a text editor over an IDE but if you insist then you can try http://www.coffeecup.com/
    Last edited by codeexploiter; 04-07-2008 at 05:38 AM.

  3. #3
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    I believe that the error is in an external JS, since Line 286 is an HTML page.

    ...Show us your JS
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •