From: Ramesh P. <ra...@in...> - 2003-04-12 13:20:17
|
hi, is there an easy way using dynapi to get event properties such as x, y from a onclick browser event on a link in the web page (ie) the source not being a dynlayer. in other words : something like this <script> showPosition(event) { var dynEvt = new DynEvent(event); alert(" x ="+dynEvt.getX()+" y ="+dynEvt.getY()) } </script> <body> <a href="javascript:void(0)" onClick="showPosition(event)">mylink</a> <body> -- QOTD: "I've always wanted to work in the Federal Mint. And then go on strike. To make less money." |