Medic873 Posted March 1, 2010 Posted March 1, 2010 I am trying to make a program that will keep a eye on what is happening to a internet window. All it needs to do is simple bring up the window then search for some text. Witch hell I could use the CTRL F find function but would prefure it to be looking in the webpage source. Then if it finds the word hello. to play a sound I have got it where it opens the webpage $iewindow = _IECreate ("Google.Com") _IELoadWait($iewindow) This is what i am using to search dont think its going work but what im trying as of now $Searching = FileRead("http://www.google.com") And then I have the help file to do the code but this is what I would use Beep(500, 1000) This is just suppose to be a basic program to alert me as soon as someone has posted a comment on my webpage basicly Thank You
Cameltoe Posted March 1, 2010 Posted March 1, 2010 Easier way would be a email notification through php. example: Hello, written 12.08.10 Hellou! nice site u have here! ---------------------------------- Hello, written 12.08.10 Hellou! nice site u have here! theres two helloes aka two comments. i dont think auto it have any of this kind function. ---------------------------------- google php mailer. example: onsubmit="notifyme.php" so when the post comment button is submitted it will open the notifyme.php file wich will send you an email and tell you that somone have posted a comment.
Medic873 Posted March 1, 2010 Author Posted March 1, 2010 the reason im doing this is I dont have access to the webpages ftp server so i cant chnage the submit button please help thank you
somdcomputerguy Posted March 1, 2010 Posted March 1, 2010 Maybe the _IEBodyReadText UDF can be used? - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
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