Hi everyone,
I'm really stuck in this problem. my problem is Im converting the existing project which is using querystring and I need to change it to POST.
At the moment when clicking on submit button it calls checkdataandredirect( ) method. in which the newURL is built and used top.main.window.location.replace(newurl); to redirect the page. Also it returns false at the end.
Now to use post method, I've changed my form method to POST, and have added "document.transaction.action=newurl;" in the javascript to set the action attribute. what else do I need to do to make it work as it doesnt work. when I click on the button it just stays on the same page and nothing happens.
your help and time is much appreciated guys.
Thanks