Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh and a Session Variable

Status
Not open for further replies.

stroll

Programmer
Sep 15, 2000
20
CA
Hi,

We are writing a search application which can display information in English or French. The language preference is stored in a session variable. There are two headers on all of our pages. One is french and the other is english. We want the page to refresh in the different language when the language button is clicked. The problem we are having is we don't know how to change the session variable while leaving all the form variables unchanged.

Thanks
Ryan
 
Probably, you will want to pass the form variables to, upon the clicking of the language button, the URL, thus, making your form variables URL variables-once the page reloads. If you do this, you should be able to change the session variable while maintaining your form variables, albeit, with different field types, viz., URL field types.

If this doesn't help, supply a little more information.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top