show message
<style type="text/css">
<!--
#showmessage {
top: 30px;
}
-->
</style>
<a href="http://localhost/WebTest/WebForm1.aspx" title="dfdfdfdfd" coords="0">dfdfd</a>
<label>
<input type="text" name="textfield" title="fdfdfd" onmouseover="boldAdvise(this)"/>
</label>
<SCRIPT>
function boldAdvise(src) {
//src.title="this is bold text";
//alert(src.title)
var obj = document.getElementById("showmessage");
alert(obj.style)
obj.innerHTML = src.title
return;
}
var oPopup = window.createPopup();
function rdl_doClick(src){
with (oPopup.document.body) {
style.backgroundColor="lightyellow";
style.border="solid black 1px";
innerHTML=src.title;
}
oPopup.show(src.offsetLeft,src.offsetTop,120,20 );
}
</SCRIPT>
<SPAN onmouseover="boldAdvise(this)">bold section</SPAN>
alert ("X坐标:"+table1.offsetLeft+"\r\nY坐标:"+table1.offsetTop+"\r\n宽度:"+table1.offsetWidth+"\r\n高度:"+table1.offsetHeight);
<SPAN onmouseover="rdl_doClick(this)" title="11111111">bold section</SPAN>
<div id="showmessage">gfgfgfgf</div>
浙公网安备 33010602011771号