
Originally Posted by
warcheftian2
The resources avaliable to me are basic HTML, DHTML and javascript, as I am using free hosting. Is it possible for me to insert text from a saved file to all pages, instead of entering the same code over and over again on each page (Similar to the javascript <script language="javascript" src="passwords.js"></script>.)
If I've interpreted you correctly, and your resources are that limited, try this.
Create a file called "text.js" and write the following in it:
Code:
document.write("text here. any \"quotes\" must be backslashed like so.");
And then link to it wherever you like using <script type="text/javascript" src="text.js">.
cr3
Bookmarks