in reply to interlink search engine

Hi,

maybe I'm blind but I can't figure out how it's done. The code is not in the HTML or JavaScript stuff, is it?
Does anyone know?

Dominik

Replies are listed 'Best First'.
Re: Re: interlink search engine
by Anonymous Monk on Feb 11, 2002 at 20:05 UTC

    The code is only available to the savvy users of the lynx browser. Or to perl users who know how to tweak their user-agent string:

    perl -MLWP::UserAgent -e'$ua=LWP::UserAgent->new;$ua->agent("lynx");$req=HTTP::Request->new(GET=>"http://www.ilse.nl");$res=$ua->request($req);print $res->content' | less