I own the webpage but I need to read the content that is created by a perl script which generates the page. You can see the page here - http://www.prowinhost.com/mrtg/127.0.0.1_2.total.2003.html
The goal is to read the last cell of the table for the monthly total of bandwidth used. A customer wants an alert at 45 GB so he can plan of his site is going to go over the total. (Please note the webpage shown is not the actual customer's webpage but my own. He uses much more transfer than me.) Jim Hunt Microsoft Certified Systems Engineer Alert Serv | http://www.AlertServ.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brent G. Ozar Sent: Monday, December 15, 2003 4:09 PM To: [EMAIL PROTECTED] Subject: RE: [SA-list] Check Webpage For Value If you "own" the web page, and you can put some ASP (or whatever language) code into it, it'd be pretty easy. Can you change the content, and what language is it in? Brent -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Sent: Sunday, December 14, 2003 7:45 AM To: [EMAIL PROTECTED] Subject: [SA-list] Check Webpage For Value I need to check a webpage for a value but it is an ever changing number. I only want to know if the is data in the last cell is 45,000 or greater (and send an alert). Any thoughts on how to do this? Code below... <td> <font size="-1">7,689</font></td> </tr> </table> <br> </body> </html> Jim Hunt Microsoft Certified Systems Engineer Alert Serv | http://www.AlertServ.com To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] With the following in the body of the message: unsubscribe SAlive To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] With the following in the body of the message: unsubscribe SAlive To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] With the following in the body of the message: unsubscribe SAlive
