DHTML.chm
网页版
http://www.phpx.com/man/dhtmlcn/objects.html
1. div
dojo.byId("").style.height="150px";
dojo.byId("").style.height = "150px";
dojo.byId('').style.overflowX='hidden';
dojo.byId('').style.overflowX='hidden';
dojo.byId('').style.overflowY='auto';
dojo.byId('').style.overflowY='auto';
2. iframe
<iframe id="contentI" name="contentI" height='580' width='1014' scrolling="auto" frameborder='0' style="left: 0px"></iframe>
document.getElementById('contentI').contentWindow.location.href=sam.jsp;