No, but you can simply use the ASP or PHP scripting languages instead if that's what you want.
You seem to want to include a file, here is how to do it in PHP. For more information visit
www.php.netMake a webpage called something.php
Inside the webpage put this:
<? include
('yourfile.txt'); ?>
I hope that helps.
If you have any questions, look at
www.php.net and then ask in the PHP section in this forum.
There is a thing you can do to make any file extension work as a .shtml file, but it is pointless to do that.
For example, you could have a file called whatever.jdj and put server includes in it, but it is difficult to do and isn't needed anyway.
[ August 01, 2002, 10:29 AM: Message edited by: Stephan ]