I have a menu tree with links that have HREFs opening ASP pages. The links work if I do not add dynamic string at the end of the url string. e.g. [
localhost...] works,but [
localhost...] does not work. I see [
localhost...] Any idea how to get the ASP variables to be recognized by the javascript routine? Thanks.