whose2know
Board Regular
- Joined
- May 1, 2002
- Messages
- 59
I'm trying to automate a process for downloading PDF files from a website that uses unique URLs. I thought source code in each unique URL contained the data needed to find the PDF to download, but apparently it does not. So, I need to click the PDF icon and save the PDF image to my harddrive (and continue to the next one via a loop).
here's an initial site with the PDF icon: http://www.nalpdirectory.com/dledir_search_results.asp?fscid=F087901&yr=2009&orgtypeid=F
The source code that is related to the PDF icon is in row 112-115 (I can't paste it here because mrexcel does not recognize I am pasting as text and not HTML).
If you click on the PDF icon for the above URL, it will open up a new URL with the PDF, which is unique: http://www.nalpdirectory.com/forms/merged/F087901_2008_1260899211178.pdf
I know how to capture table data from websites, but not how to follow a javascript link via a button and then download the corresponding file. Any help is appreciated. Here are additional related starting URLs:
http://www.nalpdirectory.com/dledir_search_results.asp?fscid=F390801&yr=2009&orgtypeid=F
http://www.nalpdirectory.com/dledir_search_results.asp?fscid=F325603&yr=2009&orgtypeid=F
Thanks in advance for your assistance
here's an initial site with the PDF icon: http://www.nalpdirectory.com/dledir_search_results.asp?fscid=F087901&yr=2009&orgtypeid=F
The source code that is related to the PDF icon is in row 112-115 (I can't paste it here because mrexcel does not recognize I am pasting as text and not HTML).
If you click on the PDF icon for the above URL, it will open up a new URL with the PDF, which is unique: http://www.nalpdirectory.com/forms/merged/F087901_2008_1260899211178.pdf
I know how to capture table data from websites, but not how to follow a javascript link via a button and then download the corresponding file. Any help is appreciated. Here are additional related starting URLs:
http://www.nalpdirectory.com/dledir_search_results.asp?fscid=F390801&yr=2009&orgtypeid=F
http://www.nalpdirectory.com/dledir_search_results.asp?fscid=F325603&yr=2009&orgtypeid=F
Thanks in advance for your assistance