G
Glen Davis Jr.
I have a stage site with FP2002 server extensions and the default language
is set to VBScript. There are two subwebs in this structure:
Web
Subweb1
Subweb2
In a page on Subweb2, we are editing with FrontPage 2003 and trying to save
a form's output to an Access database. The database is created just fine
and we saved the page as an ASP. However, after saving the page as an ASP,
we get the following error:
Microsoft JScript compilation error '800a03f7'
Unterminated string constant
So the server is trying to run the page as JScript, not VBScript. If I
insert a <%@ Language=VBScript %> line a the beginning of the page, I get
this error:
Active Server Pages error 'ASP 0140'
Page Command Out Of Order
I believe this is because the page has an include file in _fpclass. But
inserting the @Language line in the include file instead results in the same
error.
Questions:
1. Why is the page being rendered with JScript when the site lists VBScript
as the default language?
2. How can I get this to work properly?
Thanks!
Glen
is set to VBScript. There are two subwebs in this structure:
Web
Subweb1
Subweb2
In a page on Subweb2, we are editing with FrontPage 2003 and trying to save
a form's output to an Access database. The database is created just fine
and we saved the page as an ASP. However, after saving the page as an ASP,
we get the following error:
Microsoft JScript compilation error '800a03f7'
Unterminated string constant
So the server is trying to run the page as JScript, not VBScript. If I
insert a <%@ Language=VBScript %> line a the beginning of the page, I get
this error:
Active Server Pages error 'ASP 0140'
Page Command Out Of Order
I believe this is because the page has an include file in _fpclass. But
inserting the @Language line in the include file instead results in the same
error.
Questions:
1. Why is the page being rendered with JScript when the site lists VBScript
as the default language?
2. How can I get this to work properly?
Thanks!
Glen