I am trying to open an html document on a html page as a text
variable. So that in a perfect world the code would look like this:
<SCRIPT LANGUAGE="JavaS cript">
var test = document.open(" file.html");
document.write( " " + test + " ");
</SCRIPT>
So basically I would be retrieving the text out of that file, and
using it on the current page I am on a VARIABLE.
Any help will be apreciated.
Thanks,
variable. So that in a perfect world the code would look like this:
<SCRIPT LANGUAGE="JavaS cript">
var test = document.open(" file.html");
document.write( " " + test + " ");
</SCRIPT>
So basically I would be retrieving the text out of that file, and
using it on the current page I am on a VARIABLE.
Any help will be apreciated.
Thanks,
Comment