Hi guys,
I have a multilevel popup menu done with DW8. Works well as it is. However, I need to be able to restrict access to some sections of the menu. Something like:
If authorization = 3 then blah blah
then response.write("you do not have access to this section")else
end if.
I tried doing it using ASP but no luck and I'm not a javascript guru to fool around with the code from DW8. Has anyone done something like this? Would it be best to use Javascript.?
Any ideas or if someone knows how to do it. Please, help.
I'm using in my site ASP.
I have a multilevel popup menu done with DW8. Works well as it is. However, I need to be able to restrict access to some sections of the menu. Something like:
If authorization = 3 then blah blah
then response.write("you do not have access to this section")else
end if.
I tried doing it using ASP but no luck and I'm not a javascript guru to fool around with the code from DW8. Has anyone done something like this? Would it be best to use Javascript.?
Any ideas or if someone knows how to do it. Please, help.
I'm using in my site ASP.