importing a menu?
I want to be able to create a navigation menu (ie, hyperlinks), complete with whatever tags, javascript, or css (hover, eg) behaviors I might choose to use, and create/update it one place, rather than having to change it on every single page of a site.
Is there a simple cross-browser compliant way to import an html fragment (or whatever you want to call it) onto several pages like this, without requiring any plug-ins or supported database functions? My understanding is that an external javascript source file can't contain any html tags, so all I can import there is text without any kind of markup.
Thanks for any feedback :)
|