I am modifying an ASP Classic project, first page have drop down consists of several languages. when I navigate form one page to another page I want the form to remmeber which language is used. On first page I created "div" to hold the introductory page based on the choosen language.
ex:if language is Spanish will show some spanish instruction...a nd next page will be in Spanish...
When I go back I want the SESSION to remeber which language was selected and display the information on that language without letting the user to RE-Select his/her language from the drop down.
Thank you,
Stephen
ex:if language is Spanish will show some spanish instruction...a nd next page will be in Spanish...
When I go back I want the SESSION to remeber which language was selected and display the information on that language without letting the user to RE-Select his/her language from the drop down.
Thank you,
Stephen
Comment