js html元素の幅の高さ
315 ワード
<script type="text/javascript">
window.onload = function(){alert("Height="+document.getElementById("top").offsetHeight+"Width="+document.getElementById("top").offsetWidth); }
</script>
<script type="text/javascript">
window.onload = function(){alert("Height="+document.getElementById("top").offsetHeight+"Width="+document.getElementById("top").offsetWidth); }
</script>