Microsoft JScript compilation error

G

gpf

I need help - I was using Win98, Frontpage 2000, and PWS
to develop a family web page. It has a database for
updating info. I upgraded to XP Professional. Now I use
IIS on my PC to locally host my pages while developing
(instead of PWS). However, I get the error below, or
somthing similar, on any web page that accesses the
database. I'm guessing I have something fundamentally
wront with my server or Frontpage configuration, but I've
searched web sites for days with no luck, and I am
looking for advice.

Thanks in advance.

This is what I get when I browse the page on my local
machine -> -> ->

HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

----------------------------------------------------------
----------------------

Technical Information (for support personnel)

Error Type:
Microsoft JScript compilation (0x800A03F7)
Unterminated string constant
/Xmas/fpselect.asp, line 10, column 74
'=========================================================
================
 
M

MD WebsUnlimited.com

Hi GPF,

The error message is saying that there is a syntax error at line 10 column
74 of the page and that it is a unterminated string constant. Which means
that you have a string literal "Watch out below!" that does not have the
trailing double quote
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top