Subj : Re: Get URLs To : netscape.public.mozilla.jseng From : FERNANDEZ Emmanuel Date : Thu Sep 25 2003 10:13 am Brendan Eich wrote: > Berurier wrote: > >> Hello, >> >> I make a crawler which must *parse* javascript for getting back URLs >> in it. >> For example, or >> >> >> Is it possible with Mozilla JS Engine to get thoses URL ? >> >> > > The second is a substring of a JS string literal, so I'm not sure how > using the engine is better than simply "grepping" through the script tag > contents for substrings that resemble URLs. Mozilla mail does this with > text/plain messages to auto-linkify. I agree. But in that case : go I need the execution to know the link. Any solution ? .