DHtml学习总结

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;

猜你喜欢

转载自samsongbest.iteye.com/blog/1618230