Hi
I'm trying to put a link on top of every page where the visitor can change the language whenever he wants. Therefore I have to take the full URL and add "&taal=NL" for example. I tried it with 'Request.ServerVariables("URL"), but when I do that, the querystring variables from the URL don't come with it. All my documents come with a 'section=' querystring variable that defines what piece of the page should be displayed. Therefore it's necessary to have the querystring variables too. Is this possible with asp?
Thanks
Steven
I'm trying to put a link on top of every page where the visitor can change the language whenever he wants. Therefore I have to take the full URL and add "&taal=NL" for example. I tried it with 'Request.ServerVariables("URL"), but when I do that, the querystring variables from the URL don't come with it. All my documents come with a 'section=' querystring variable that defines what piece of the page should be displayed. Therefore it's necessary to have the querystring variables too. Is this possible with asp?
Thanks
Steven