parsing javascript generated files...

2009-01-10 Thread bruce
Hi. Looking to parse some web pages that have javascript (jquery) embedded/used in the pages. I'm trying to get a better understanding of exactly how the page is generated, and displayed in the browser. I've seen various references to python-spidermonkey, as well as watir/firewatir. Is there a wa

Re: parsing javascript

2008-10-13 Thread lkcl
On Oct 12, 2:28 pm, Philip Semanchuk <[EMAIL PROTECTED]> wrote: > On Oct 12, 2008, at 5:25 AM, S.SelvamSivawrote: > > > I have to do a parsing on webpagesand fetch urls.My problem is ,many > > urls i > > need to parse are dynamically loaded usingjavascriptfunction > > (onload()).How to fetch those

Re: parsing javascript

2008-10-12 Thread Philip Semanchuk
On Oct 12, 2008, at 5:25 AM, S.Selvam Siva wrote: I have to do a parsing on webpagesand fetch urls.My problem is ,many urls i need to parse are dynamically loaded using javascript function (onload()).How to fetch those links from python? Thanks in advance. Selvam, You can try to find them y

parsing javascript

2008-10-12 Thread S.Selvam Siva
I have to do a parsing on webpagesand fetch urls.My problem is ,many urls i need to parse are dynamically loaded using javascript function (onload()).How to fetch those links from python? Thanks in advance. -- http://mail.python.org/mailman/listinfo/python-list