Error on Page - Line 46 - Character 1 - but everything looks fine!?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Error on Page - Line 46 - Character 1 - but everything looks fine!?

    Hi,

    I have a page, that is giving me a Javascript error:

    Line: 46
    Character: 1
    Error: Object Expected
    Code: 0

    Here is line 46 on my page:

    Repeat1__index = 0

    So, line 46 was part of a repeat region. So I deleted the repeat region,
    and refreshed the page, but it is still saying "Line 46, Character 1" which
    is really confusing me.

    It doesn't matter what code is on Line 46, it still gives an error. What is
    causing this?

    Thanks
    nath.


    Nathon Jones Guest

  2. Similar Questions and Discussions

    1. Error reported to webmaster, but page loads fine
      I have an error handeler in the coldfusion administrator that will let me know when an error is generated on any page on the server. If an error is...
    2. Invalid character instead of Line break??
      you might hae to replace return chars numToChar(13) with linfeeds numToChar(10)
    3. new line character?
      I need to load text dynamically into a text box in director that I have turned into a 'select list' or 'popup' text field. How should I format the...
    4. Line drawing character missing?
      Hi everyone, I've posted before on this list about this problem, I've had some help in my quest for solving this problem but it still exists. ...
    5. Line terminating after 80 character
      Hi On my unix machine (HP-UX11.11) have some problem to create file more than 80 column. There is a script running and creating some file(s) but...
  3. #2

    Default Re: Error on Page - Line 46 - Character 1 - buteverything looks fine!?

    can you paste all of the code from that page please
    Simonbullen Guest

  4. #3

    Default Re: Error on Page - Line 46 - Character 1 - but everything looks fine!?

    Hi Simon,

    Thanks for the offer - sussed it though. I had something sat in the body
    tag, that was no longer being used.

    Sorry. :o)

    Nath.

    "Simonbullen" <webforumsuser@macromedia.com> wrote in message
    news:d148oe$pbm$1@forums.macromedia.com...
    > can you paste all of the code from that page please

    Nathon Jones Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139