|
|
Subject:
Using ASP to parse HTML
Category: Computers > Programming Asked by: arsenik-ga List Price: $20.00 |
Posted:
26 Aug 2006 10:16 PDT
Expires: 31 Aug 2006 12:42 PDT Question ID: 759724 |
Hey Experts! I'm trying to parse the links from 4 webpages: https://www.hrapply.com/devon/JobList.app?page=AppJobList.jsp&topage=1 https://www.hrapply.com/devon/JobList.app?page=AppJobList.jsp&topage=2 https://www.hrapply.com/devon/JobList.app?page=AppJobList.jsp&topage=3 https://www.hrapply.com/devon/JobList.app?page=AppJobList.jsp&topage=4 However, when I use: strHTML = GetHTML("https://www.hrapply.com/devon/JobList.app?page=AppJobList.jsp&topage=1") -or- strHTML = GetHTML("https://www.hrapply.com/devon/JobList.app?page=AppJobList.jsp&topage=2") -or- strHTML = GetHTML("https://www.hrapply.com/devon/JobList.app?page=AppJobList.jsp&topage=3") -or- strHTML = GetHTML("https://www.hrapply.com/devon/JobList.app?page=AppJobList.jsp&topage=4") They all return the same webpage (https://www.hrapply.com/devon/JobList.app?page=AppJobList.jsp&topage=1). How can I parse the links from these pages??? Thanks for the help. | |
| |
| |
|
|
There is no answer at this time. |
|
Subject:
Re: Using ASP to parse HTML
From: nostgard-ga on 29 Aug 2006 09:27 PDT |
The URLs you are trying to parse are the problem here. They return the content for page 1, regardless of the value of topage in the URL, if you try to access a sub-page directly. This is something they're checking for on the server side, probably through the referrer header or by starting a session. |
Subject:
Re: Using ASP to parse HTML
From: arsenik-ga on 29 Aug 2006 09:47 PDT |
Is there a way to start a session with ASP? |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |