Hi all, I've made a spider that downloads all the web pages starting from an URL and I don't know how I could downloads the pages that are linked using Javascript.
If the link would be something like <a href="javascript:window.location='http://www.site.com/';">Site</a> this would be simple to parse, but the problem is with the javascript that run a function which opens an URL. Do you know if there is a solution for this problem, or the single solution would be to just try finding all the URLs from the HTML page, even though they are not links? Thank you. Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED]
