Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div style="display:block;position:fixed; right: 10px; top:11px">
- <form name=ee><input name=sd type=text> </input></form>
- <!-- Script by hscripts.com -->
- <!-- copyright of HIOX INDIA -->
- <!-- more scripts @ http://www.hscripts.com -->
- <script type="text/javascript">
- window.onload = init;
- function init() {
- if (window.Event) {
- document.captureEvents(Event.MOUSEMOVE);
- }
- document.onmousemove = getXY;
- }
- function getXY(e) {
- x = (window.Event) ? e.pageX : event.clientX;
- y = (window.Event) ? e.pageY : event.clientY;
- document.ee.sd.value = (x-14)+":"+(y-118);
- }
- </script>
- <!-- Script by hscripts.com -->
- </div>
Advertisement
Add Comment
Please, Sign In to add comment