$(document).ready(function(){ var h = window.parent.document.getElementById("main").style.height; h = h.substring(0,h.length-2); $("#center").css({"height":h-50}); $("#left").css({"height":h-50}); var w = $(".l-layout-center",$(window.parent.document.getElementsByTagName("div"))).width(); $(".easyui-layout").css({"width":w}); $(".title").css({"width":w}); }); function changePage(url){ submitTargetAUrl(url,"_self"); }