Hello people!
This my first post to this forum.
I am building up a web application which should have a two level dynamic (ASP) css menu. My problem is that I do not know how I could make id="active" to show on pages that are on certain folder. I should be able to do this because I have to use following code on sub menu:
Does anyone of you know how can I make this happen??
Thank you,
Tursas
This my first post to this forum.
I am building up a web application which should have a two level dynamic (ASP) css menu. My problem is that I do not know how I could make id="active" to show on pages that are on certain folder. I should be able to do this because I have to use following code on sub menu:
Code:
<% if Request.ServerVariables("URL") = "/yourpage.asp" then
response.write "id=""active""
end if %>
Does anyone of you know how can I make this happen??
Thank you,
Tursas
