We have a number of categories with products in an ASP eCommerce site and, based on the category, would like a particular file to be included. For example, if URL is:
viewPrd.asp?idproduct=6&idcategory=18
then based on idCategory=18
I would like to include:
<!--#include file="menu18.asp"-->
If idCategory=19
then I would like to include:
<!--#include file="menu19.asp"-->
and so on. Any assistance would be appreciated.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…