dscript
Newbie
Posts: 1
Registered: 2/4/2005
Member Is Offline
|
| posted on 2/4/2005 at 07:31 PM |
|
|
Menu not displaying
I would like to add a menu to my web page (i'm running personal web server). I am using FrontPage as my web editor. I have created a blank web
page and pasted the code in to see how it looked. In Frontpage you have tabs Normal/Html/Preview when i click on Preview i can see the menu fine, when
i click on normal or if i browse to that web page via IE, i cannot see the menu. I see all other html code when i browse in IE, but don't see the
javascript which is the menu. Again, in Frontpage i can click on Preview and see the menu fine. Any thoughts as to why i'm unable to see this in
IE?
Also, if i browse to the htm file through Windows Explorer and open up the file, i can see the menu. Only a problem when I http:// to the web page
does the menu not come up.
|
|
|
olga
Administrator
Posts: 84
Registered: 11/22/2004
Member Is Offline
|
| posted on 2/15/2005 at 11:14 PM |
|
|
Make sure that FrontPage doesn't change menu files or paths in the links to the javascript files, because this editor can modify thepaths in the
links to local absolute paths (C:\...) which is not correct for your web server.
|
|
|