Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTMLは少し<form>ありますが (何かにログインするため)、フォームを含むページは<iframe>…</p>
<form>
<iframe>
送信ボタン ( <input type="submit" value="submit">) をクリックすると、親ページにログインしているページが表示されます。どうすればよいですか?
<input type="submit" value="submit">
<input>可能であれば、単にの代わりに使用することで<a>可能でしょうか?
<input>
<a>