ユーザーにラジオのチェックボックスを使用してiframeのサイズを切り替えてもらいたいのですが、どうすればよいですか?
私はそのようなことを試みましたラジオチェックボックスのために私はそれからこのようなことをしました:
<input id="othersize1" type="radio" name="size"reSize(60,400) onclick="" checked="checked" /><label for="othersize1">60x400</label>
<input id="othersize2" type="radio" name="size" onclick="reSize(1280,400)" /><label for="othersize2">1280x400</label>
iframe:
<iframe src="myphphere.php">Your browser don't supports iframes.</iframe>