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. Quote Link to comment 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. 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.