Im having a webpage with an iframe with form in it. I want to submit the form and get the result. How can i do it with jquery?
<iframe src ="html_intro.asp" width="100%" height="300">
<form action="submit.php">
<input type="text" name="name" />
</form>
</iframe>