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? Link to comment https://forums.phpfreaks.com/topic/79276-javascript-in-session/ 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 Link to comment https://forums.phpfreaks.com/topic/79276-javascript-in-session/#findComment-401320 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. Link to comment https://forums.phpfreaks.com/topic/79276-javascript-in-session/#findComment-401874 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.