RE: HTML form another web site

2002-06-24 Thread Scot Robnett
: < Subject: HTML form another web site 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 m

HTML form another web site

2002-06-24 Thread Fred Sahakian
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 w