Hi,
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], [callback], [type] )
That is the format of the jquery post, it doesn't seem as though there is anywhere to specify the target like there is in the tag.
Any ideas?
Thanks,
Matt