Click to See Complete Forum and Search --> : Help...
oceanmaid
12-05-2003, 12:48 AM
Got this script online, but no layouts on my web page. Help..
The page is here-> http://www.oceanbulk.com.sg/spin.html
**The script is on 'slide down menu'.
Pittimann
12-05-2003, 01:23 AM
Hi!
Have a look at your yesterday's thread:
http://forums.webdeveloper.com/showthread.php?s=&threadid=22741
The .js file for the 'slide down menu' is not in the folder where it should be.
Cheers - Pit
oceanmaid
12-05-2003, 01:42 AM
when I remove the 'js.file' src, it's even worst..my spin menu is gone plus an error on page? how?..
Pittimann
12-05-2003, 01:58 AM
Hi!
In your previous thread you wanted the spinmenu to be fixed.
My proposal there was dealing with that.
As far as running both menus is concerned:
In your code, you are calling a .js:
-----------
<script language="JavaScript" src="sliding_menu.js"></script>
-----------
But the file is not in the same folder like your spin.html.
So - there is no script to be run...
Cheers - Pit
P.S. running both menus will fail, if the different scripts use identical function- or variable names...
oceanmaid
12-05-2003, 02:03 AM
Thank you for enlightening me...I guess, the solution to this problem is to separate them by using frames. I hope, it won't be a problem anymore from there. Hopefully..
p/s: Thnx. a million. You'd been a great help.:)