I have a little <form>
in HTML, (for logging into something), but the page with the form in in an <iframe>
…
When you click the submit button (<input type="submit" value="submit">
) , it should open the page where you are logged in in the parent page… How can i do this ?
Maybe possible by using instead of <input>
just <a>
, if that's possible ?