On Jan 12, 2:38 am, Randy Webb <HikksNotAtH...@aol.com> wrote:
> Rodrigo Meza said the following on 1/11/2007 2:22 PM:
>
> > Hello Everyone
> > For a project I am working on, I need to retrieve links from html
> > documents. The easy part is to obtain 'plain' links like <A
> > HREF="http://site/path/document">, but when those links are
> > javascript'ized, the only robust solution needs to load the javascript
> > and dom document representation in the same way that browsers do. For
> > example, links in the form:
>
> > <A HREF="javascript:function_declared_before("argumen ts"));>
>
> Links in that form are stupid.
I didn't invented them, I just need to parse them