"Snippets" are mini-articles - they allow me to very quickly add answers to your frequently asked questions, and add brief explanations for topics that you've searched for without success. So, everytime you send an email or perform a search, chances are a new snippet will be the result!13 Sep: What/where is this "Out( )" function?Out ( ) is a function defined in utils/Init.asp to wrap Response.Write ( ). In all the published CYA code it simply saves you typing, but it is possible to expand this function if necessary to perform other tasks - for example, writing the content to a file (perhaps as some sort of HTML caching).So if you want to use one of my pages or SSI on your site just replace Out with Response.Write first. |