navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

"error on page" message on status bar

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> "error on page" message on status bar
Page: [1]
 
jammers23

 

Posts: 7
Joined: 9/21/2004
Status: offline

 
"error on page" message on status bar - 10/26/2004 10:32:53   
I'm a new marketing director at a health club, and part of my new job responsibilities is taking care of the website. I think I've done an ok job of updating it, but I noticed the other day that on every page of my website the status bar on the bottom of my screen reads that there is an error on this page - but there isn't (visually that is) - I wonder what could be wrong? Can someone help me?

The website is:

www.stsimonshealthclub.com

Any help would be much appreciated
rdouglass

 

Posts: 9228
From: Biddeford, ME USA
Status: online

 
RE: "error on page" message on status bar - 10/26/2004 11:44:23   
The problem as i see it is right in this section:

...
<script language="JavaScript1.2" src="popouttext.js">
</script>
<script language="JavaScript1.2">
mymenu = new POTMenu
// Defines the size of the main menu items">

</head>

<body>

<script language="JavaScript1.2" src="../popouttext.js">
</script>
<script language="JavaScript1.2">
mymenu = new POTMenu
// Defines the size of the main menu items, width and height

...

See it looks like you're defining some JavaScript stuff twice; maybe you pasted some code in the miidle or didn't replace enough on one of your copy / paste endeavors :). Try making it like this:

...<script language="JavaScript1.2" src="popouttext.js">
</script>
</head>

<body>

<script language="JavaScript1.2">
mymenu = new POTMenu
// Defines the size of the main menu items, width and height
...

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to jammers23)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> "error on page" message on status bar
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts