C# dynamically change iframe using post method
- by luis
I'm a newbie to iframe.
I have a page that needs to call an iframe at another subdomain passing lots of data.
I'm wondering if it's possible to submit the iframe call using a POST instead of GET.
Thanks in advance