[Javascript] Finding element at coordinates

Paul Novitski paul at novitskisoftware.com
Tue May 18 10:10:56 CDT 2004


I'm curious: why have you rejected the option of walking the DOM 
tree?  Unless your page is extremely complicated it shouldn't take too long 
to execute in human time, and I would think that the programming would take 
only a few hours at most.

Incurably optimistic,
Paul


At 10:11 PM 5/17/2004, King Chung Huang wrote:
>Thanks to everyone that tried to answer. I couldn't find a way to do it 
>cross platform either (short of stepping through the entire DOM tree manually).





More information about the Javascript mailing list