Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compare HTML Page, Not Data

Status
Not open for further replies.

SleepDepD

Programmer
Mar 13, 2004
65
0
0
US
I writing a program that interacts with a web site; I want my program to be able to check if the source code behind a particular web page has changed.

I can't just compare the HTML directly because the web page has text boxes, combo boxes, check boxes, etc. that all contain data.

More specifically, I want to know when one of the objects my program intends on dealing with by name (i.e. "txtFirstName") has changed--is renamed, or in the case of CBO/CHK/OPG, when one or more of the values have changed.

Anyone come across a good method for this?

...SLeeP-DeP'd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top