Google Answers Logo
View Question
 
Q: Using ASP to parse HTML ( No Answer,   2 Comments )
Question  
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.

Clarification of Question by arsenik-ga on 29 Aug 2006 07:39 PDT
This question is using ASP on an IIS server.  I just need to simply
parse the pages.  If this is not possible please let me know.  Thank
you!

Clarification of Question by arsenik-ga on 29 Aug 2006 16:10 PDT
Upped price to $20 for a possible solution.

Clarification of Question by arsenik-ga on 31 Aug 2006 11:02 PDT
Why is no one replying to this question?
Answer  
There is no answer at this time.

Comments  
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?

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

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 Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy