我想在表单提交之后触发回调,提交给iframe
。这是我的代码
<iframe width="0" height="0" border="0" name="dummyframe" id="dummyframe"></iframe>
<form action="http://www.otherwebsite.com/" method="GET" target="dummyframe">
<input' type="submit"/>
<input name="foo" value="foo"/>
<input name="bar" value="bar"/>
</form>
如果我理解正确,submit
没有回调。如何在提交