I have a file named test_hta.txt which has

<SCRIPT LANGUAGE = "VBScript">
strSomething = Inputbox("Type something: ")
</script>

When I put it on Apache web server and use Internet Explorer 5 or 6 to
access it through http://server/test_hta.txt, I'm still prompted to
enter something in the inputbox. Is there a way for the browser window
to just show the content as plain text instead of executing the
script? Commenting out the line or lines makes the screen blank. Not
what I want either. Other browsers such as Netscape don't have this
problem. Thanks.

Yong Huang