E
Edwin Knoppert
I sometimes have the need to call other websites using POST.
most of the times i can make it to work bbut in this case it becomes harder.
I have a masterpage and a particular page needs to submit some hidden data
via POST.
Since the FORM tags are inside the page and trhus enclosed in the form tags
of the masterpage i get unstable behaviour.
What should i do.
It's a bit of problem to put the form at the end of the source, unless i
dump it at the end via some asp.net register function???
I don't need another solution, i simply need to post some data to another
webserver, the result is a file download.
But if not i use target to get me a new popup.
The client does the post, not the server.
most of the times i can make it to work bbut in this case it becomes harder.
I have a masterpage and a particular page needs to submit some hidden data
via POST.
Since the FORM tags are inside the page and trhus enclosed in the form tags
of the masterpage i get unstable behaviour.
What should i do.
It's a bit of problem to put the form at the end of the source, unless i
dump it at the end via some asp.net register function???
I don't need another solution, i simply need to post some data to another
webserver, the result is a file download.
But if not i use target to get me a new popup.
The client does the post, not the server.