FrontPage 2003 Runtime Error
FrontPage 2003 Error
XPSP2
Every time I try and preview a page I receive an error
A Runtime Error has occurred,
Do you wish to debug?
Line: 1
Error Invalid character
I have clicked both yes and no, the window reappears and I click again and
then I can preview the page.
I have gone so far as to create a new one page web without any formating
changes and receive the same error when I preview.
the first lines of code are as follows
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
</body>
</html>
The only thing I can think of having any correlation was the installation of
Expression Beta 1 last year. I beleive the error started occuring then but
cannot be 100% certain.
This is a pain, does anyone have any ideas??
Larry
Re: FrontPage 2003 Runtime Error
That's telling you that there's a javascript error.
Are you using javascript in the page?
--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
"Medalta" <Medalta [at] discussions.microsoft.com> wrote in message
news:3E3FC3BF-C0C1-40DF-91DC-B5EFD787D334 [at] microsoft.com...
> FrontPage 2003 Error
> XPSP2
>
> Every time I try and preview a page I receive an error
>
> A Runtime Error has occurred,
> Do you wish to debug?
>
> Line: 1
> Error Invalid character
>
> I have clicked both yes and no, the window reappears and I click again and
> then I can preview the page.
>
> I have gone so far as to create a new one page web without any formating
> changes and receive the same error when I preview.
>
> the first lines of code are as follows
>
> <html>
>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
> <title>New Page 1</title>
> </head>
>
> <body>
>
> </body>
>
> </html>
>
> The only thing I can think of having any correlation was the installation of
> Expression Beta 1 last year. I beleive the error started occuring then but
> cannot be 100% certain.
>
> This is a pain, does anyone have any ideas??
>
> Larry