I really need some help. I have developing an app that ned to post it's data to a web page and then follow a sequence on the browser.
The way I have approached this was to build a static local HTML file and open it in the webbrowser component. This works fine and it keeps all my server side variables intact
The problem is that even though I have decalred the form a POST, it seems to be using a GET to transfer the data. This is OK until I get a really big post, then of course I run up against the GET methods character limit.
anyone know how I can get a POST to work? or do I have a lot of re-programming to do!!!
thanks in advance
