<%
Dim path
path = Request.ServerVariables("SCRIPT_NAME")
If path = "PRODUCTS URL" Then
<!-- #include file="products/left_products_menu.asp" -->
Else If path = "ANY OTHER URL" Then
<!-- #include file="includes/left_menu.asp" -->
End If
%>
I found this online but not working. I'm not even sure it's even close. Thank you for any help you can provide.