Z
Zenon
Hi,
Is it possible to include some file into HTML document.
I have the simple text.txt file and I'd like to include it in my HTML e.g.
<html>
...
<body>
..
<div id='divId'>
<!-- Magicaly included http://myserver.com/text.txt file content -->
</div>
...
I would like to access the text.txt file content via Javascript. When the
text.txt file is a html document ... there is no problem but when the file
is not html document .... I'm in trouble
Is there any solution for that?
Is it possible to include some file into HTML document.
I have the simple text.txt file and I'd like to include it in my HTML e.g.
<html>
...
<body>
..
<div id='divId'>
<!-- Magicaly included http://myserver.com/text.txt file content -->
</div>
...
I would like to access the text.txt file content via Javascript. When the
text.txt file is a html document ... there is no problem but when the file
is not html document .... I'm in trouble
Is there any solution for that?