Code:0

S

ssparrow

Hi,

I am new to web creation, but have tried to do it for my tennis club. I
designed the site, booked the hosting and registered the name, etc.
The site works perfectly publised locally (on my machine).
However, once up on the server, I get the following error:

Line: <varies>
Char: 1
Error: Object expected
Code:0
URL: http://www.naasltc.net/contents.htm

I have a frame site and contents is the left hand frame and is basically the
menu for the site. The menu has dynamic html rolloever effects on it.

Any ideas how to get rid of this error? In earlier browsers it makes the
site impossible to use..

Site = htto://www.naasltc.net

Thanks in advance!

ssparrow
 
S

Stefan B Rusynko

Case sensitive server
The problem page is at http://www.naasltc.net/Contents.htm
- but I don't get any errors

PS
The site uses spaces in file names which can cause script errors
- all files should be renamed to remove spaces



| Not Found
| The requested URL /contents.htm was not found on this server.
|
|
| --------------------------------------------------------------------------------
|
| Apache/1.3.33 Server at naasltc.net Port 80
|
| --
| Murray
| ============
|
| | > Hi,
| >
| > I am new to web creation, but have tried to do it for my tennis club. I
| > designed the site, booked the hosting and registered the name, etc.
| > The site works perfectly publised locally (on my machine).
| > However, once up on the server, I get the following error:
| >
| > Line: <varies>
| > Char: 1
| > Error: Object expected
| > Code:0
| > URL: http://www.naasltc.net/contents.htm
| >
| > I have a frame site and contents is the left hand frame and is basically
| > the
| > menu for the site. The menu has dynamic html rolloever effects on it.
| >
| > Any ideas how to get rid of this error? In earlier browsers it makes the
| > site impossible to use..
| >
| > Site = htto://www.naasltc.net
| >
| > Thanks in advance!
| >
| > ssparrow
| >
|
|
 
S

ssparrow

Case sensitive server
The problem page is at http://www.naasltc.net/Contents.htm
but I don't get any errors

Thanks for this - the only issue I have is that I cannot find the route of
the error. the file is on the server, and is named correctly. I cant find
how the error occurs, since it loads the contents.htm file in the frame, but
when i scroll over it I get the error....any ideas??!!
PS
The site uses spaces in file names which can cause script errors
all files should be renamed to remove spaces

THanks for the tip - will do this over the next week or so!!!
 
S

Stefan B Rusynko

The only error may be that the page is referring to animate.js in
<script language="JavaScript1.2" fptype="dynamicanimation" src="animate.js">
- make sure it is in the root folder




| >Case sensitive server
| >The problem page is at http://www.naasltc.net/Contents.htm
| >but I don't get any errors
|
| Thanks for this - the only issue I have is that I cannot find the route of
| the error. the file is on the server, and is named correctly. I cant find
| how the error occurs, since it loads the contents.htm file in the frame, but
| when i scroll over it I get the error....any ideas??!!
|
| >PS
| >The site uses spaces in file names which can cause script errors
| >all files should be renamed to remove spaces
|
| THanks for the tip - will do this over the next week or so!!!
 
Top