cbentley
09-21-2005, 02:47 PM
I have some data in a webpage that needs to be reloaded so the server side code can do its work. I was reloading the page with a javascript line...document.location.href="myPage.asp?var=blah&var2=blah";
But on some occassions the string ends up being huge and the GET method doesn't receive the whole input.
Is there anyway to reload the page using either the POST method or a way to send more info than the GET method allows? The only way I know how to use POST is to use a form but I can't put this data into a form.
Thanks.
But on some occassions the string ends up being huge and the GET method doesn't receive the whole input.
Is there anyway to reload the page using either the POST method or a way to send more info than the GET method allows? The only way I know how to use POST is to use a form but I can't put this data into a form.
Thanks.