I have a vertical dhtml menu in a .js file and it doesn't show. What's up with that?
Post a link, Susan, so people can see what's up with that.
CoffeeCup... Yeah, they are the best!
The browser reports you have an invalid character on line of your menu js. Also, you have no doctype declaration. Your html starts with <html> it should look something like this:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
</body>
</html>
CoffeeCup... Yeah, they are the best!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
</body>
</html>
Hiya Susan,
Just taking a quick look, it does look like your menu's file is uploaded as per the script location setting at the top of your page, but looks like most all the rest of the links are pointing to your own computer. You'll need to adjust those to your server address & directories in order to view them online and make sure all the files that are connected to those links are also uploaded to your server to the directories they are pointing to if they aren't already uploaded. Almost seems like all the code needed for your menu isn't there. Seems to me a javascript menu usually does more than just point to the file, usually has some settings that need to be added to a script section of the page. Are you sure you have all the files and script code that the program created?
Jo Ann
http://lbwebsites.com - Web Design & Web Hosting
http://cattownrescue.org ... Current project in the works, love cats!
http://northbaldwinliteracycouncil.org .... Our local Literacy Council
Due to spammers the below sites are not viewable outside the US, sorry guys
http://proudayou.com - My sons website for his music business
http://rockinwithmainstreet.com - My brother's band website
Just taking a quick look, it does look like your menu's file is uploaded as per the script location setting at the top of your page, but looks like most all the rest of the links are pointing to your own computer. You'll need to adjust those to your server address & directories in order to view them online and make sure all the files that are connected to those links are also uploaded to your server to the directories they are pointing to if they aren't already uploaded. Almost seems like all the code needed for your menu isn't there. Seems to me a javascript menu usually does more than just point to the file, usually has some settings that need to be added to a script section of the page. Are you sure you have all the files and script code that the program created?
Jo Ann
http://lbwebsites.com - Web Design & Web Hosting
http://cattownrescue.org ... Current project in the works, love cats!

http://northbaldwinliteracycouncil.org .... Our local Literacy Council
Due to spammers the below sites are not viewable outside the US, sorry guys

http://proudayou.com - My sons website for his music business
http://rockinwithmainstreet.com - My brother's band website
Another thing which you have to do, Susan, is to remove the script tags from the iwebsuemenu.js
The very first line of the .js file has to be this one:
And the very last line:
Inger, Norway
http://www.eikweb.com
http://www.horgenhonning.net/
http://www.norwayroots.com
http://www.johnsflats.com
The very first line of the .js file has to be this one:
function Go(){return}
And the very last line:
function AfterCloseAll(){return}
Ha en riktig god dag!Inger, Norway
http://www.eikweb.com
http://www.horgenhonning.net/
http://www.norwayroots.com
http://www.johnsflats.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.