Curtis L. Olson wrote:
The actual menu structure is coming from a javascript file (.js) that is shared among all the pages so perhaps some browsers don't check for newer .js files the same way they do for newer .html files?

Then of course this is the error and should be fixed. Clientside scripting is definitely the wrong tool for assembling websites. This should be done beforehand, either with some HTML editor that supports templates, with a server side scripting language or with plain old server side includes which are just as easy or even easier than a JavaScript solution.

I'd like to offer my help on this. Websites just should not rely on JavaScript for simple things like navigation.

Nine


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to