<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<textArea id="content" style="border: none;width:170;height:400;" readonly>
</textArea>
<script>
var oT=document.createElement('img')
oT.src="http://www.gzorchid.com/marquee/content.jpg"
oT.style.cursor="hand"
oT.onclick=alertPosition
document.all.content.appendChild(oT)
document.all.content.style.overflowX='';
function alertPosition(){
alert("滚动条位置:"+document.all.content.scrollTop)
}
</script>
</body>
</html>