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.
私は通常、php で次の iframe コードを使用します。
<?php $url = "http://mydomain/login.php"; echo '<iframe ... src="'.urldecode($url).'" width="100%" height="100%" seamless frameborder="0"></iframe>'; ?>
ここでは、'User' と 'Password' という名前の POST データを渡したいと思います。
POST リクエストの結果を iframe にロードする唯一の方法は次のとおりです。
と