iframe放大内容,动态实现后面
HTML code
<iframe id="frame" frameborder="0" src="discuz.php"></iframe>
如何把discuz.html放大3倍,
与此同此
discuz.php中有一个超链接可以打开s.php新打开的s.php也要在iframe中,也是放大3倍速。如何实现????
------解决方案--------------------
用js设置iframe的width和height为原来的3倍
discuz.php中的链接直接写s.php地址