[thelist] CALLING SSI WITHIN CGI

Adrian Fischer hfisher1 at elp.rr.com
Mon, 17 Jan 2000 18:42:11 -0600


Thanks for the responses, however......with regard to calling them both with ssi; I tried that
and yes it works but when I call any of the other subs that right to the screen it rewrites the
complete screen and not just fills in between my existing page.  In fact I end up with this:
<head>
<title>Inter Auction</title>
<meta name="GENERATOR" content="Arachnophilia 4.0">
<meta name="FORMATTER" content="Arachnophilia 4.0">
</head>

<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
<table  width="95%" border="0" cellspacing="0" cellpadding="4">
        <tr>
                <td align=center >
                        <a href="/public_html/banner/banner.cgi?click=3" target=_blank><img
src="http://logo-logic.com/epesd/ads/llad1.gif" height=60 width=468 border=2 alt="Click here to
find out more"></a>


                </td>
        </tr>
</table>


<HTML><HEAD><TITLE>EveryAuction</TITLE></HEAD><BODY TEXT=#000000 BGCOLOR=#FFFFFF LINK=#408080
VLINK=#000080 ALINK=#800080><div align=center>...............blah..........</body></html>

the cgi generates the second header and page. If I remove it the script doesnt work.

As for printing the variable &banner.........for some reason that makes the banner script hang
for some reason.

Very frustrating.

Thanks again

Adrian