T
Torben Keil
Hello,
I try to load dynamic generated HTTP code into the browser.
Here's what I'm trying to do (very short written):
[DOCTYPE, html, head, title...]
<body>
<script type="text/html" charset="ISO-8859-1"
src="http://....../cgi-bin/code.pl"></script>
[...]
</body>
</html>
My perl script is located on an Internet server which executes this script
and returns clean HTML code with the right MIME-type.
But this all doesn't work on the web browser. If I use the same but as
javascript, it works.
May be you have a hint for me what I'm doing wrong?
Thanks in advance,
Torben
I try to load dynamic generated HTTP code into the browser.
Here's what I'm trying to do (very short written):
[DOCTYPE, html, head, title...]
<body>
<script type="text/html" charset="ISO-8859-1"
src="http://....../cgi-bin/code.pl"></script>
[...]
</body>
</html>
My perl script is located on an Internet server which executes this script
and returns clean HTML code with the right MIME-type.
But this all doesn't work on the web browser. If I use the same but as
javascript, it works.
May be you have a hint for me what I'm doing wrong?
Thanks in advance,
Torben