Re: [Tutor] Web browser

2005-06-11 Thread Craig Booth
Hi, As was recommended to me in a previous thread if you're on a Windows machine with IE installed then PAMIE (http://www.pamie.sourceforge.net) can simplify using the IE COM and does nearly everything you need. Pamie doesn't support frames correctly yet, but it is very easy to hack in supp

[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