Re:
On Tue, 30 Apr 2002 12:08:49 +0600 (YEKST), you wrote:
>Hello!
>I have a small problem with wget.
>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.
>But wget don't get this data.
That tag is a HTML comment tag, and is meant to be ignored. It
looks like an instruction for the server that produces dynamic
content. That server may be checking what sort of HTTP user agent
you are running.
>Please, help to resolve this problem!
You could try lying about the user agent. For example:
wget -U "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0)" \
http://www.boards.spb.ru/?3~sell