If I\'m using jQuery or JavaScript to do a post, how can I make it target an iframe rather than the current page?
jQuery.post( url, [data], [c
You can do this via a regular form:
You can then use jQuery to submit the form:
$("#formid").submit();