Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: More SHTML/Template problem

Quote Reply
Re: More SHTML/Template problem In reply to
Not that I know why one would want to use SSI to execute another CGI program from a CGI generated page (I mean you can do all of that with what is built into Links), but you can use SSI, if you hack the PERL code with something like this for example:

$output = qq~
<A HREF="< ! --# echo var="HTTP_REFERER"-->">Go Back</A>~ (spaces inserted so you can see command)

If this simple ECHO call works (and it does) then I don't see why all the other SSI commands wouldn't work.


Subject Author Views Date
Thread More SHTML/Template problem jdr7181 2614 Jun 15, 2001, 3:57 PM
Thread Re: More SHTML/Template problem
Paul 2537 Jun 15, 2001, 7:24 PM
Thread Re: More SHTML/Template problem
Intheroom 2524 Jun 16, 2001, 11:14 AM
Thread Re: More SHTML/Template problem
Paul 2522 Jun 16, 2001, 11:17 AM
Post Re: More SHTML/Template problem
Intheroom 2521 Jun 16, 2001, 11:23 AM
Thread Re: More SHTML/Template problem
jdr7181 2519 Jun 16, 2001, 11:41 AM
Post Re: More SHTML/Template problem
Stealth 2533 Jun 16, 2001, 11:45 AM