I am having fits with this. I have looked through the old posts and have not been able to gleem a solution.
I am trying to pass a JavaScript variable to an asp page. The variable is too big for the querystring or a cookie, so I am planning on using a hidden field in a form that will automatically (onload) submit the value to the asp page.
I don't know how to stick the JS variable in a form and POST it to the asp page.
If it could all be done on the asp page that would be ideal.
Any ideas,
Thanks in advance,
Joe
I am trying to pass a JavaScript variable to an asp page. The variable is too big for the querystring or a cookie, so I am planning on using a hidden field in a form that will automatically (onload) submit the value to the asp page.
I don't know how to stick the JS variable in a form and POST it to the asp page.
If it could all be done on the asp page that would be ideal.
Any ideas,
Thanks in advance,
Joe