----- Original Message ----- From: "Diane Schips" <[EMAIL PROTECTED]>
> I'm so used to ASP by now, that I've completely forgotten - what is the best > way to use include files in .html pages? Includes aren't a feature of ASP anyway, you just use normal SSI includes (outside the <% .. %> tags) on an ASP page, and those will work exactly the same on an HTML page. However you may have to rename the extension to .shtml to get the SSI to parse the page ( = look for includes ) - .asp, .shtm and .shtml will usually all work by default with SSI but to save processing time it often doesn't even look in .htm or .html files. Just try one to see. So to sum up just use <!--#include file='pagehead.inc'--> as you would on an ASP page. Bj ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
