[EMAIL PROTECTED] wrote: > I want to get page http://www.boards.spb.ru/?3~sell with _all_ contents > as in browser. But i get only part of web page. > Page contains > <!--include virtual="/cgi-bin/temp.pl"--> > that output data into page.
When I view the source of that page in my browser, I also see the include tag. For what its worth, this almost looks like an Apache server side include command, but if it were, it would be: <!--#include virtual="/cgi-bin/temp.pl" --> Tony