| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
dynamic header.asp
is it possilbe to have dynamic header.asp like this?
where I have header1.asp, header2.asp, & header3.asp And when ever I'm loading category 1, I want the header1.asp to load and so on.. I tried this.. but it didn't work.. <% if CatID = 1 then %> <!--#include file="header.asp"--> <% elseif CatID = 1 then %> <!--#include file="header1.asp"--> <% end if %> |
|
#2
|
||||
|
||||
|
do a search for "Dynamic Includes" to find the solution to your problem.
|
![]() |
| Viewing: ASP Free Forums > Programming > Code Bank > dynamic header.asp |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|