Re: [Tutor] Retrieving Webpage Source, a Problem with 'onclick'

2005-05-21 Thread Liam Clarke
Wow, I was going to give a rundown of how to use COM, but use that PAMIE instead to do it, it's way easier. If you do want to use COM & win32all instead, just bear in mind that the way to simulate an OnClick is to use taken from the blog you quoted) - ie.Document.frames(1).Document.forms(0).all.

Re: [Tutor] Retrieving Webpage Source, a Problem with 'onclick'

2005-05-21 Thread Kent Johnson
You may be interested in Pamie: http://pamie.sourceforge.net/ Kent Craig Booth wrote: > Hi, > >I am trying to loop over all of the links in a given webpage and > retrieve the source of each of the child pages in turn. > >My problem is that the links are in the following form: > > [begi

[Tutor] Retrieving Webpage Source, a Problem with 'onclick'

2005-05-21 Thread Craig Booth
Hi, I am trying to loop over all of the links in a given webpage and retrieve the source of each of the child pages in turn. My problem is that the links are in the following form: [begin html] link1 link2 link3 link4 [end html] So clicking the links appears to call the Javascript funct