Fighterfox
12-09-2010, 12:41 PM
I'm creating a code generator based on a template for non-web-guys. I want them to be able to enter text in pure text files, which I will incorporate into the web page (right now, via the JavaScript document.write command). But in the case of disabled JavaScript, the whole page goes caput.
Is there any way to call a link to a common HTML file? Can I insert text files into an HTML document? Also, suppose I have a navigation bar on 250 web pages and I decide I want to add an item. Can I just create one universal navigation bar code and refer to it in my HTML document, without using JavaScript?
Is there any way to call a link to a common HTML file? Can I insert text files into an HTML document? Also, suppose I have a navigation bar on 250 web pages and I decide I want to add an item. Can I just create one universal navigation bar code and refer to it in my HTML document, without using JavaScript?