Guest User

Untitled

a guest
Feb 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <script type="text/javascript">
  2. function displaycoordIE(){
  3. window.status=event.clientX+" : "+event.clientY
  4. <%=remote_function :url=>{:action=>'whatevs'}, :with=>'window.status'%>
  5. }
  6. document.onmousemove=displaycoordIE
  7. </script>
  8.  
  9. <div onclick='displaycoordIE()'> style="position:absolute;left:-1px;top:148px;background-color:#D3D3D3;background-repeat:no-repeat;background-position: 0px 150px;width:1000px;height:2000px" >
  10. <table background="bg10.gif" border="0px" cellspacing="0" cellpadding="0" style="position:absolute;top:0px;left:0px;margin:0px;width:1000px:height:2000px;"><tr>
  11.  
  12. </tr></table>
  13. </div>
Add Comment
Please, Sign In to add comment