PDA

View Full Version : How to insert CGI Script Result into HTML?


jackbryan
02-23-2003, 02:49 AM
Does any one know how to insert cgi script result/or some url result into html page?
Look at my site : http://www.lanceonline.com
Thanks.
Jack.

FJbrian
02-23-2003, 05:52 PM
please reword your question?
All I inferred was "please visit my site to understand what I'm talking about" and I don't have a clue what you mean:)

jackbryan
02-23-2003, 08:23 PM
Later I have found out how to do that, by placing SSI Tag or Java script like :
<script src="http://www.mydomain.com/cgi-bin/some.cgi?varialble&java=1></script>
Thanks for your efford to help.
Jack.
:D

StevenCoutts
03-12-2003, 04:57 AM
Hi Jack I'm new to this site too.

Maybe this will help...

rename your html file from .html to .shtml

and drop this into your .shtml file where you want the perl file output to go. Your perl file path goes between the " "

<!--#include virtual="/cgi-bin/businesses/listbiz_tour.pl"-->


Many blessings,
Steven


:thumbsup: