Forum Moderators: open
1. You can include css code client-side, through: <link rel=StyleSheet href="style.css" type="text/css">.
2. You can include javascript code client-side, through:
< script language="JavaScript" src="file.js"> </script>
3. But you can't include plain old html code client-side?!
In other words,
<!--#include myFile.html-->
works only for Server-side ASP?!
Am I missing something or is this really weird?
I have about 50 pages on my client-side only website, and I don't feel like coding the side-menu 50 times!!
Until now I used frameset, but for many reasons I have been convinced that frameset is not good (e.g. you can't bookmark with it.)
Anyone with a bright idea I didn't think of?
Thanks!
Travera's Externally Loading HTML [dhtmlnirvana.com]