Forum Moderators: open
I had recommended the third party to add
target="_self" to the form tag, but this broke the postback. Some example code:
<iframe id="iFrameSearch" src="http://example.com/search.aspx" scrolling="no" frameborder="0" height="200px" width="200px" margin="0" padding="0"></iframe> and here's the form tag in the .aspx page:
<form name="formSearch" method="post" action="searchaction.aspx" id="formSearch"> Any advice as to what could solve this?