Closed Thread
Results 1 to 2 of 2

Thread: SSI help please

  1. #1
    well this can be pretty confusing so I will draw a diagram

    ----------------
    | |
    | |
    ----------------
    | | 02 | |
    | |--------| |
    |01| |03|
    | | | |
    | | | |
    | | | |
    ----------------
    well basicly my site looks like that anyways where no.02 is I use SSI to put my banner in whuch looks something like this <!--#exec cgi="/path-to-cgi-script"-->. I put that into the seperate file that the SSI script in no.02 call, but instead of printing out the banner it prints out <!--#exec cgi="/path-to-cgi-script"--> so my theory is that the SSI script prints out what is exacly shown on the seperate file. I was just windering is there anyway around this? would it help if I use IFRAME to link it to a brand new page and in the brand new page then it that page I put the script <!--#exec cgi="/path-to-cgi-script"-->?

  2. #2
    NLC lucifer is an unknown quantity at this point lucifer's Avatar
    Join Date
    Mar 2001
    Location
    Hades
    Posts
    1,213
    If you put it in an IFRAME then it won't show on netscape.

    SSI don't run includes as a SSI page just as a text file

    php does you could use this

    or exec a script that then calls the script you want

    hope that makes sense
    };-P

    stuff -->---------------

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts