Hi,
Is it possible to postback to a Iframe which is a different domain?
For eg: ` Form runat="server" action="Something in Domain A"
Iframee src="DomainA.com" name="A"
Form runat="Server" **action="DomainB/default.aspx" Target="A"**
Form
Iframee
Form `
I will do a postback in the Iframe, so that the whole page doesnt get refreshed, but when I do a postback, can I set the Target of the Form to Iframe which has a source url from DomainA?
Please advice.
-Ben