Subj : Re: Making a Spider in Java with Rhino To : netscape.public.mozilla.jseng From : gfloria@tcpsi.es (gonzalo) Date : Thu Mar 27 2003 03:50 am What I mean is we only need to measure the time to request each component for the page, and find out what links are. The problem encounter is when the js code in the page is responsible for the creation of a link (i.e: A banner will change each day of the week) So far, as you know, we havent been able to "solve" this js code in order to determinate it's resutl. I hope this makes clear our problem. gonzalo PS: Where can I read about DOM or find a simple versión in Java? PS2: Once we have this Java Class implementing DOM interface (document object, for example) What Method/Class should we use to provide it to the Rhino Interpreter? .