object expected error

M

michael mcdermott

hello everyone

I created a website in GoLive with menus that were creted in DHTML menu creator.
I dont have a clue about javascript and didn't think I'd need to.
My site works ok in Firefox but IE (several versions) comes up with an error.

Could some kind soul please help me out?

The website is www.onsite-solutions.co.uk/oss

Many thanks in advance
 
L

Lee

michael mcdermott said:
hello everyone

I created a website in GoLive with menus that were creted in DHTML menu creator.
I dont have a clue about javascript and didn't think I'd need to.
My site works ok in Firefox but IE (several versions) comes up with an error.

Could some kind soul please help me out?

The website is www.onsite-solutions.co.uk/oss

I answered your post yesterday.
 
M

McKirahan

michael mcdermott said:
hello everyone

I created a website in GoLive with menus that were creted in DHTML menu creator.
I dont have a clue about javascript and didn't think I'd need to.
My site works ok in Firefox but IE (several versions) comes up with an error.

Could some kind soul please help me out?

The website is www.onsite-solutions.co.uk/oss

Many thanks in advance

Your code is trying to execute a function

<body onload="CSScriptInit();"

but your include references a local copy

<script type="text/javascript"
src="file:///C:/Documents%20and%20Settings/Michael%20McDermott/Application%2
0Data/Adobe/Adobe%20GoLive/Settings/JScripts/GlobalScripts/CSScriptLib.js"><
/script>

Try copying "CSScriptLib.js" to the same folder that your page is in and
change the above line to

<script type="text/javascript" src="CSScriptLib.js"></script>

This presumes that the missing fiunction is in the include.
 
M

Michael mcdermott

Hi Lee

Many thanks for getting back.

I thought I had placed the original request in an ambiguous area so I
tried again.

I'm now following your instructions on how to fix the problem.

kindest regards

Michael McDermott
 
M

Michael mcdermott

Thankyou McKirahan

It was exactly as you said and it works now!

Michael McDermott
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top