Hello
I would like to include text from an external file in my html file. This is
normally done with <object> or <iframe> but in this case the style sheet and
internal links (like <a href="#position onpage">) do not work. So I thought
of writing a little script which does the following
- open the file http://something.com/textfile.htm
- put the content of that file in variable "var"
- document.write( var)
Is this possible? (also without using activeX objects)
Thanks Phil
I would like to include text from an external file in my html file. This is
normally done with <object> or <iframe> but in this case the style sheet and
internal links (like <a href="#position onpage">) do not work. So I thought
of writing a little script which does the following
- open the file http://something.com/textfile.htm
- put the content of that file in variable "var"
- document.write( var)
Is this possible? (also without using activeX objects)
Thanks Phil
Comment