hey,
yeah the page is kind of private, its for school, sorry. the problem is not the refresh because the page already refreshes. and the page does not have to run in the background. I will try and break it up in points.
The page must be open.
the page already refreshes automatically
if the...
Nice for someone to ask.
So the thing is like this: there is a website that refreshes every 5 minutes.
If it refreshes there are certain new errors that are being displayed.
if a error has a certain string in it, we have to get an alert.
So every time the page refreshes a script has to run...
Hello,
This is very good, thanks. I still need to adjust a little bit because i did not told you guys the complete story.But i can work with this, So i will now try and do my best if i get stuck i will be back thanks guys. love this kind of people.
Option Explicit
Dim ie, fill
dim txt
Set fill = CreateObject("Wscript.shell")
Set ie = CreateObject("internetExplorer.Application")
ie.visible = 1
ie.Navigate("http://www.facebook.com/")
DO while ie.Busy
Wscript.sleep 100
loop
txt="facebook"
If ie.Document.innerHTML(txt) then
msg "found it!"...
Hello,
I am trying to make my life a bit easier by making a script that opens a webpage, Find certain words, if that word is found give an alert. and repeat this action every minute.
who should i do this?
thanks,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.