473,386 Members | 1,827 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Can't find Error

Hi, I am debugging an application which is written using ASP runs on a
server in the intranet.
In its home page there is a horizontal munu bar and when the home page
is loading or navigate to a page by clicking the menu, IE shows the
same error........

------------------------------------------------------------------------------
Line: 89
Char: 103
Error: Unterminated string constant
Code: 0
URL: http://heartin/heart/Education.ASP
-------------------------------------------------------------------------------

I checked the source code of the page and in the line 89 there is only
this :

function ADDEditEducation(p_sMethod)
{
line 89 -> var sUrl;
// and the rest of the function
}

There is no char at 103.

This page import 3 javascript files contain menu and some validating
functions.
Is this error comes from that importing javascript files ?
And also when the page is loading from the cach that error doesn't
occur ?

I am an intern of this organisation, and do not know much about ASP.
Please give me some suggestions for solve this. Thank you all.

Nov 23 '05 #1
1 1165
"Sachin" <ma*********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Hi, I am debugging an application which is written using ASP runs on a
server in the intranet.
In its home page there is a horizontal munu bar and when the home page
is loading or navigate to a page by clicking the menu, IE shows the
same error........

------------------------------------------------------------------------------
Line: 89
Char: 103
Error: Unterminated string constant
Code: 0
URL: http://heartin/heart/Education.ASP
-------------------------------------------------------------------------------

I checked the source code of the page and in the line 89 there is only
this :

function ADDEditEducation(p_sMethod)
{
line 89 -> var sUrl;
// and the rest of the function
}

There is no char at 103.


IE count lines as the browser see them, not the corresponding line
in the .asp or .js files. In addition, IE's error-reporting is shaky
at best.

The error tells you that somewhere in the script there's a missing
quoute or double-quote.

Open the page in Firefox, and go to [Tools] --> [Javascript Console].
This will probably give you a much more accurate identification of
the offending line.

FF co-exists nicely with IE, so just go here and download it:
http://www.mozilla.org/

--
Dag.
Nov 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Andrei Ivanov | last post by:
Hello, it seems my postgresql data has somehow become corrupted (by a forced shutdown I think): psql template1 -U shadow Password: ERROR: nodeRead: did not find '}' at end of plan node...
14
by: Stegano | last post by:
I am learning C Programming after working with Java for 5 years. I want to know where can I find the source files for C language itself. For example strcat is a function, which concatenates two...
6
by: Robert Lawson | last post by:
I continue to get the below error message when trying to load a aspx file. Could someone please point me in the right direction for solving this? I'm trying to access an access data base and I'm...
7
by: Yongsub Eric Shin | last post by:
Hi. I'm just a beginner in ASP.Net. I started writing codes and I keep on getting this Runtime Error page, where it says "Description: An application error occurred on the server. The current...
54
by: MLH | last post by:
I use A97 and do not always insert line numbers while writing procedures. I find it necessary to go back and add them later to aid in debugging. Nearly 3 years ago, something was mentioned in...
7
by: tehn.yit.chin | last post by:
I am trying to experiment <algorithm>'s find to search for an item in a vector of struct. My bit of test code is shown below. #include <iostream> #include <vector> #include <algorithm>...
14
by: Marcus | last post by:
I have a function that simply returns TRUE if it can connect to a particular Sql Server 2005 express, or FALSE if it cannot. I am getting some strange error codes returned when the computer that...
4
by: etuncer | last post by:
Hello All, I have Access 2003, and am trying to build a database for my small company. I want to be able to create a word document based on the data entered through a form. the real question is...
1
by: marcnz | last post by:
I have been charged of creating a coldfusion web site for our company. Our database has a ms sql 2005 backend and ms access frontend. Almost all tables are linked tables with the SQL database,...
2
by: Olumide | last post by:
Hello, I've got this nice inner class that I'm holds a set of "FrontPoint" objects as shown below. Unfortunately, the find and insert methods trigger massive C2784 errors. Would someone please...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.