|
|
 |
FN-FORUM: ASP question
date posted 23rd March 2007 11:24
Hi
In a site I've got URLs like =85
clients.asp?page=3D2&order=3DFirstName&pagesize=3D5
So they have several parameters to display the page correctly. I want
to add links at the top of the page so a user can change language.
These links will be in an ASP include (my header file) at the top of
the page. Is there a way in ASP to do what I want? To make the link
go to a script that takes the current URL and all its parameters
(including a new &language=3DENG) so the user returns to the same page
but with the new language setting (that's stored as a cookie).
TIA
Paul
|
 |
|