utorak, 11.01.2011.
Server Side Includes (SSI) with ASP
Server Side Includes (SSI) with ASP People often have identical sections of code spread throughout many ASP pages, typically code at the top of the page (usually referred to as the header) and the lower part of the page (the footer). Similarly, you may have code that performs a certain set of instructions that you are repeating across multiple pages. Consider an example:- <% If foobar="yes" then response.write "YES!" Else response.write "NOT YES!" End if %> Ok, ok... it's simple, but im.
- 05:26 -
