asp獲取對象在窗口中的絕對位置,詳細(xì)看下面函數(shù),來源于網(wǎng)絡(luò)
<scriptlanguage="VBScript">
<!--
functiongetIE()
dimt,l,a,b
seta=document.all.img1
t=document.all.img1.offsetTop
l=document.all.img1.offsetLeft
whilea.tagName<>"BODY"
seta=a.offsetParent
t=t+a.offsetTop
l=l+a.offsetLeft
wend
msgbox"top="&t&chr(13)&"left="&l,64,"得到控件的位置"
endfunction
-->
</script>
更多信息請查看IT技術(shù)專欄