Click to See Complete Forum and Search --> : iframe/perl script


lex1
05-20-2009, 05:01 PM
It has been suggested that I
Insert the form in a webpage by using an iframe:

email:

<IFRAME SRC="/cgi-bin/non-email-step20.pl" width="100%" height="430"
SCROLLING="no" frameborder="0"></IFRAME>


news:

<IFRAME SRC="/cgi-bin/non-email-step21.pl" width="100%" height="400"
SCROLLING="no" frameborder="0"></IFRAME>

non-email step 20 and21 are perl scripts

can some kind soul point me in the direction of how i inset these in a web page, or how to make a start:)

aj_nsc
05-20-2009, 07:51 PM
Any chance your server supports includes (http://httpd.apache.org/docs/1.3/howto/ssi.html#includingtheresultsofacgiprogram)

winracer
05-21-2009, 08:31 AM
question when you got to your url/non-email-step20.pl or your url/non-email-step21.pl does this scripts work?