标签: javascript asp.net html javascript-events dhtml
如何使用javascript找到Masterpage offsetheight和offsetwidth?
此致 库马尔
答案 0 :(得分:1)
MasterPage高度和宽度不仅仅是文档的高度和宽度吗?而通过offsetWidth和offsetHeight,你的意思是你想要宽度和高度?偏移量通常为左侧和顶部。
MasterPage
使用jQuery的width和height方法:
var width = $(document).width(); var height = $(document).height();