AutoHotkey Community

It is currently May 27th, 2012, 12:13 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: August 20th, 2005, 9:49 pm 
Offline

Joined: April 16th, 2005, 1:05 am
Posts: 28
i would like to write a hotkey that monitor an IE window for when ever it gets refreshed or is submitted (ie. a button is hit that submits info to the code). i doesn't matter if this is done by a F5, the refresh button, a button/checkbox/link on the website. as long as the website is refreshed or submitted i wish to be able to know.
thanks.

_________________
cstone


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 20th, 2005, 10:38 pm 
Offline

Joined: July 25th, 2005, 10:20 pm
Posts: 139
Location: Richmond, Virginia
Look at this post.

http://www.autohotkey.com/forum/viewtopic.php?t=3316

You might want to search the forum further too. There are more discussions on this subject.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 20th, 2005, 10:47 pm 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2544
Code:
#Persistent
SetTimer, MonitorIE
Return

MonitorIE:
SetTitleMatchMode, 2
StatusBarWait, Open,,, - Microsoft Internet Explorer
MsgBox, 4144, IE Monitor, Activity detected - Site address changed/reloaded, 2
Return


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Leef_me, Pulover, rjgatito, XstatyK, Yahoo [Bot] and 19 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group