Is there an easy way to display the HTML from another website on your page without a 
redirect?

for example, the below CGI just forwards you:

#!/usr/local/bin/perl

print "Location:http://thecgibin.com/quickcode/redirect.shtml\n\n";;


I would mlike a CGI to just get the HTML from another page without the forward.

thanks,

Fred

Reply via email to