This is asp/PerlScript load the whole esp index.html page to this page.
<% use LWP::Simple; my $URL = "http://esp.ibi.com/index.html"; $stuff = get($URL); $Response->Write($stuff); %> </html>