L
lstuyck73
Hi there,
I use a menu control that is bound to a sitemap to display menu items,
no problems there.
I now have one menu item that needs to open an url in a new window,
and I have to dynamically add some querystring value to that URL. So I
need the menu item to do something like
window.open("http://newurl/page.aspx?value=5");
and the value of the querystring depends on the user so I have to be
able to set this value dynamically when the page is loaded...
I assume that I can't use the sitemap to specify such menu item? Is
there another solution?
Thanks!
I use a menu control that is bound to a sitemap to display menu items,
no problems there.
I now have one menu item that needs to open an url in a new window,
and I have to dynamically add some querystring value to that URL. So I
need the menu item to do something like
window.open("http://newurl/page.aspx?value=5");
and the value of the querystring depends on the user so I have to be
able to set this value dynamically when the page is loaded...
I assume that I can't use the sitemap to specify such menu item? Is
there another solution?
Thanks!