Server Side Includes

Post Reply
jeuteneier
Posts: 32
Joined: Wed May 16, 2001 2:54 pm

Server Side Includes

Post by jeuteneier »

I have read a few threads that suggest the best way to handle SSI is to put that coding into the script or to the top.html. We use SSI so that we can single source and having two sources could lead to a break in consistency. Therefor it is really important that we be able to call our includes. Is there any way to do this?

second, we control our fonts with CSS. Can these be utilized in the search results?

Third, our header uses Javascript for the navigation. We call to js files similar to our include files. How can I use these in the search script?

Thanks,
Justin
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Server Side Includes

Post by John »

If your SSI is simply some static HTML you can use <spew $filename> at the appropriate place in your output.

You can use CSS by just outputting the appropriate HTML in the results, and the same is true for javascript.
John Turnbull
Thunderstone Software
Post Reply