mhodgson Posted November 28, 2007 Share Posted November 28, 2007 I am developing my knowledge of sessions and would like to know if the following is possible. I have a value set by a javascript function, e.g. onclick='col.value=\"Value1\"; onclick='col.value=\"Value2\"; Can I store the col.value result in a session for transfering to another page. If so any suggections how? Quote Link to comment Share on other sites More sharing options...
Wes1890 Posted November 28, 2007 Share Posted November 28, 2007 If it's inside of a form (in which you have to submit) then just a simple $_POST will do it Quote Link to comment Share on other sites More sharing options...
mhodgson Posted November 29, 2007 Author Share Posted November 29, 2007 Thanks, couldn't see the wood for the trees. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.