Re: [Tutor] Program_to_catch_changes_in_webpage

2010-05-27 Thread Dipo Elegbede
i hope i'll one day get to this level in my programming quest. welldone all. On 5/27/10, nikunj badjatya wrote: > Hi, > >>Is it the standard Outlook Web Access(OWA) tool that >>comes with MS Exchange? > > Yes. > >>Are you trying to write a script that talks to the web >>browser to refresh the pag

Re: [Tutor] Program_to_catch_changes_in_webpage

2010-05-27 Thread nikunj badjatya
Hi, >Is it the standard Outlook Web Access(OWA) tool that >comes with MS Exchange? Yes. >Are you trying to write a script that talks to the web >browser to refresh the page? Or are you looking to monitor >the server? Yes, Talking to the web browser seems to be easiest way without notifying admi

Re: [Tutor] Program_to_catch_changes_in_webpage

2010-05-27 Thread Alan Gauld
"nikunj badjatya" I am actually using a web interface for outlook mails. * It should periodically check for any changes in that webpage . * If their is any, then notification should be sent to user. ( some dialog pop up, or some sound. ) Is it the standard Outlook Web Access(OWA) tool

[Tutor] Program_to_catch_changes_in_webpage

2010-05-27 Thread nikunj badjatya
Hi All, I am actually using a web interface for outlook mails. Pointing the link to my browser opens a page which shows me all my mails. I had to refresh it to check for a new mail. Many a times I was very late to send a reply because of it. So a thought to make a script which will automatically r