Hi, I am trying to make a website were the menu is loaded from an external file so when you want to update the menu it gets updated on all the web pages. Something like and iframe but the problem is that the dropdown menu of an iframe will be inside the iframe and not in the webpage. Does anybody have a solution make an iframe work with this or another method of doing this? I am not going to use PHP or SSI at all. And I would like to stay away from using JavaScript, ALAX and alike, but I know the solution will probably have to use those. So if someone has suggestion (especially in basic languages like HTML and CSS) please post. Thank You
jonow 0 Junior Poster
Recommended Answers
Jump to PostIf you really do not want to use any of the technologies you mentioned then probably your only other option would be to use a WYSIWYG html editor which will handle it for you. For example in Dreamweaver I know you can create a "Library Item" which is just a …
Jump to Postjonow,
And can you test SSI withotu having it on a server.
No you can't. As the name implies, SSI is a server thing and for as far as I know, it can't work or tested without having an SSI enabled webserver.
PHP is also a server side thing. It …
Jump to PostI included my dropdown menu with the following javascript:
<div id="menubar"> <div id="menu"><script type="text/javascript" src="resources/javascripts/menu.js"></script></div> </div>
then the menu.js file was
menu(); /* Begin Menu Items */ tmenu[1]='Home'; tlink[1]="
All 10 Replies
colweb 13 Posting Whiz
jonow 0 Junior Poster
colweb 13 Posting Whiz
jonow 0 Junior Poster
ZWheel 3 Newbie Poster
ZWheel 3 Newbie Poster
almostbob 866 Retired: passive income ROCKS
MJ Pieterse 2 Poster
almostbob 866 Retired: passive income ROCKS
FC Jamison 31 Posting Pro in Training Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.