run-time error

K

Kathleen Anderson [MVP - FrontPage]

Netscape's JavaScript debugger says this:

Error: syntax error
Source File: http://www.sasktourism.com/fieldstone/hitcounter.asp
Line: 1
Source Code:
<style>div.break {page-break-before:always}</style><!doctype html public
"-//W3C//DTD HTML 4.0 Transitional//EN" ><html><head><meta
http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><base
href="http://www.sasktourism.com/" target="_top"><l

When I try to go to http://www.sasktourism.com/fieldstone/hitcounter.asp I
get a customized 404 from your site.

HTH,

--

~ Kathleen Anderson
Microsoft FrontPage MVP
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/
 
J

Jim Buyens

-----Original Message-----
on the web site
http://www.sasktourism.com/fieldstone/

when I open it up in IE - there is a runtime error message

for the "life" of me I cannot figure out where ??

Near the bottom of your page, you have the code:

<script language="javascript"
src="http://www.sasktourism.com/fieldstone/hitcounter.asp">
</script>

Unfortunately, the page
http://www.sasktourism.com/fieldstone/hitcounter.asp
doesn't seem to exist. This returns a 404 error page,
which the browser then tries to interpret as JavaScript
code. Of course, the result is a syntax error.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top