Jdop Posted June 20, 2007 Posted June 20, 2007 Need a script that will monitor a web page and report when it changes. I looked in the forum but could not find anything. There are so many scripts, its probably buried in there. I know this is a 'trivial' task in AutoIt but rather than reinvent the wheel, I'd like to build on a script thats already working.
poisonkiller Posted June 20, 2007 Posted June 20, 2007 You should be able to do that using _InetGetSource and StringInStr...
Jdop Posted June 20, 2007 Author Posted June 20, 2007 (edited) You should be able to do that using _InetGetSource and StringInStr... I know it can be done and rather easily. If someone has already done the work of adding all the bells and whistles, I'd like to access that There doesnt seem to be an index by function of existing scripts. Using search is pretty feeble. Edited June 20, 2007 by Jdop
Moderators big_daddy Posted June 21, 2007 Moderators Posted June 21, 2007 Are you wanting to see if a specific part has changed, or anything on the page?
FreeFry Posted June 21, 2007 Posted June 21, 2007 This might do the trick I guess. Just edit it to your liking: Dim $WebPage = "www.somepage.com" Dim $oldScr = _INetÙ]ÛÝÙJ ÌÍÕÙXYÙJBÚ[HBBIÌÍÛ]ÔØÜHÒS]Ù]ÛÝÙJ ÌÍÕÙXvR bb33c¶öÆE67"fÇC²fwC²b33c¶æWu67"FVà ×6t&÷ÂgV÷C´6ævÅÕ½Ðì°ÀÌØí]AµÀìÅÕ½Ðì¡Ì¡¹ÌÌìÅÕ½Ðì¤(%¹%($(%M±À15000) WEnd
Jdop Posted June 25, 2007 Author Posted June 25, 2007 (edited) lol, I know the basic code is pretty trivial but thanks. I was hoping someone had added a front end to something like this where you could enter the web addr, timer setting , put the thing in the system tray for easy access, etc. I've reinvented enough wheels in my day. ;-) Edited June 25, 2007 by Jdop
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now