Click to See Complete Forum and Search --> : Javascript doesn't work...
oceanmaid
12-03-2003, 07:20 PM
I need help! Got this script online, copy and pasted it and converted to HTML file BUT no layout?! Plus ERROR on page??Strange....
The page is http://www.oceanbulk.com.sg/spin.html
**THE SCRIPT IS ON '3D SPIN MENU'**
davey
12-03-2003, 08:25 PM
when i look at the page the script seems fine
maybe its an error with the version of explorer or whatever
Pittimann
12-04-2003, 01:12 AM
Hi!
Seems you are having code in the page which you don't use at all. Have a look at the end of your code.
Two times you have:
<script language="JavaScript" src="sliding_menu.js"></script>
and sliding_menu.js is not there!
After that you have another script which is "not in use", but producing an error. It is the very last line in that script:
---------------
startup(3);
---------------
Simply by erasing that line, you will get rid of the error, but you should erase the last 3 script tags and everything in there - all that is not in use...
Cheers - Pit