我希望用户使用单选复选框切换 iframe 的大小,我该怎么做?
我尝试了类似的东西对于radiocheckboxes我做了这样的事情:
<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 src="myphphere.php">Your browser don't supports iframes.</iframe>