On Sun, 05 Mar 2000 01:16:03 -0400, L.D. Best wrote:
> I may never be able to use the page, since it is rotten with javascript,
> but can someone tell me what to modify where/how so that Arachne
> recognizes a file with the extension "ehtml" as an html file?
> Right now the page is show strictly as text.
The file extention does not matter for downloaded pages.
The only thig which matters is content-type being transmitted by the
server on which the file is located.
Visit that page again and press the "=" key.
You'll find that the server which sent the file to you is sending
content-type: text/plain instead of the correct
content-type: text/html
The work around:
Save the file to disk as what-ever.htm and then view that sved file.
Now.... file extention comes into play and Arachne will view it as html