Gossamer Forum
Home : General : Perl Programming :

cgi script on shtml page

Quote Reply
cgi script on shtml page
i have a cgi script that displays a form. it works fine when called directly. i would like to include it on an shtml page so i don't have to include page formatting in the script. this is the call in the shtml page:

<!--#exec cgi="/cgi-bin/public/lookup.cgi"-->

i am able to display content from other scripts but this is the first time i've tried putting a form on shtml page. is it possible?
Quote Reply
Re: [delicia] cgi script on shtml page In reply to
figured it out. i failed to include a necessary sub...