biggieuk Posted June 24, 2009 Share Posted June 24, 2009 Hi all, I have a javascript component which adds to & deletes from a Js array. I need to pass this array through the querystring to my next page. Is it possible to assign the contents of the javascript array to a html hidden field so i can pass the field contents through the querystring? thanks very much. Link to comment https://forums.phpfreaks.com/topic/163511-pass-javascript-array-to-hidden-field/ Share on other sites More sharing options...
corbin Posted June 24, 2009 Share Posted June 24, 2009 Are you submitting a form? If so, you could use JS to set the value of a hidden element. If not, well... Things are going to get a lot more complicated. Link to comment https://forums.phpfreaks.com/topic/163511-pass-javascript-array-to-hidden-field/#findComment-862717 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.