AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 131 matches
AutoHotkey Community Forum Index
Author Message
  Topic: AutoHotKey and Web Pages
silkcom

Replies: 1
Views: 47

PostForum: Ask for Help   Posted: Fri Nov 21, 2008 5:14 pm   Subject: AutoHotKey and Web Pages
You can use UrlDownloadToFile then read the file into a variable, then use a regular expression to find what you want.

Example:
finder = <DIV id=city .*>(.*?)</DIV>
FoundPos := Re ...
  Topic: ImageSearch only does current monitor
silkcom

Replies: 1
Views: 33

PostForum: Ask for Help   Posted: Fri Nov 21, 2008 5:03 pm   Subject: ImageSearch only does current monitor
Is there a way to get the image search to use coordmode pixel but to be able to search both of my monitors?

It seems now that it only works on the monitor of the current window (and i usually want ...
  Topic: ANSWERED: Watching Firefox's current page (only for IE)
silkcom

Replies: 34
Views: 677

PostForum: Ask for Help   Posted: Mon Nov 03, 2008 3:07 pm   Subject: ANSWERED: Watching Firefox's current page (only for IE)
tnx tank. Ya, I didn't need this but I'm sure there are others that will read this and be happy it's in there (probably me in the future)
  Topic: ANSWERED: Watching Firefox's current page (only for IE)
silkcom

Replies: 34
Views: 677

PostForum: Ask for Help   Posted: Fri Oct 31, 2008 8:24 pm   Subject: ANSWERED: Watching Firefox's current page (only for IE)
Excellent, now I just need to go through an loop on a timer or something and parse through the html. Thank you, answered.
  Topic: ANSWERED: Watching Firefox's current page (only for IE)
silkcom

Replies: 34
Views: 677

PostForum: Ask for Help   Posted: Fri Oct 31, 2008 5:41 pm   Subject: ANSWERED: Watching Firefox's current page (only for IE)
Really i just want to find the IE based on the website it's at. Once I find the right one then i'm set. That way I can put it on a 30 second timer and parse through the html.

By the way, thanks f ...
  Topic: ANSWERED: Watching Firefox's current page (only for IE)
silkcom

Replies: 34
Views: 677

PostForum: Ask for Help   Posted: Fri Oct 31, 2008 2:19 pm   Subject: ANSWERED: Watching Firefox's current page (only for IE)
lol, this is an illusive one

Function Name: "LocationName"
Error: The COM Object may not be a valid one!
()

However, it does give me the html code. So it seems as if the LocationNam ...
  Topic: ANSWERED: Watching Firefox's current page (only for IE)
silkcom

Replies: 34
Views: 677

PostForum: Ask for Help   Posted: Thu Oct 30, 2008 3:24 pm   Subject: ANSWERED: Watching Firefox's current page (only for IE)
hmm, XP version 6. I wonder if there's a different name for IE 6 in XP
  Topic: ANSWERED: Watching Firefox's current page (only for IE)
silkcom

Replies: 34
Views: 677

PostForum: Ask for Help   Posted: Thu Oct 30, 2008 2:14 pm   Subject: ANSWERED: Watching Firefox's current page (only for IE)
ya, it was.
  Topic: ANSWERED: Watching Firefox's current page (only for IE)
silkcom

Replies: 34
Views: 677

PostForum: Ask for Help   Posted: Thu Oct 30, 2008 3:58 am   Subject: ANSWERED: Watching Firefox's current page (only for IE)
hmmm, maybe i still have it wrong. I did the import at the top with the com library you have in your signature. I then pasted what you gave there, opened up IE, and hit f3. Still same message.
  Topic: ANSWERED: Watching Firefox's current page (only for IE)
silkcom

Replies: 34
Views: 677

PostForum: Ask for Help   Posted: Wed Oct 29, 2008 10:17 pm   Subject: ANSWERED: Watching Firefox's current page (only for IE)
so using your code all i get is Control "Internet Explorer_Server" not found.
  Topic: ANSWERED: Watching Firefox's current page (only for IE)
silkcom

Replies: 34
Views: 677

PostForum: Ask for Help   Posted: Wed Oct 29, 2008 8:32 pm   Subject: ANSWERED: Watching Firefox's current page (only for IE)
is it possible to get anything from the page in a way that doesn't require the page to be active? It would be ok if I couldn't get the html, but any text showing ont he page would be enough. I just ...
  Topic: ANSWERED: Watching Firefox's current page (only for IE)
silkcom

Replies: 34
Views: 677

PostForum: Ask for Help   Posted: Wed Oct 29, 2008 6:04 pm   Subject: ANSWERED: Watching Firefox's current page (only for IE)
It's a site full of ajax. So i'm not sure that downloading the html file again would give me what is currently showing in firefox
  Topic: ANSWERED: Watching Firefox's current page (only for IE)
silkcom

Replies: 34
Views: 677

PostForum: Ask for Help   Posted: Wed Oct 29, 2008 3:43 pm   Subject: ANSWERED: Watching Firefox's current page (only for IE)
How sure are you that it's not possible in firefox? I really would prefer firefox. All i need is simply to find the correct window (by address or title), and get the html into a string. I can work ...
  Topic: ANSWERED: Watching Firefox's current page (only for IE)
silkcom

Replies: 34
Views: 677

PostForum: Ask for Help   Posted: Tue Oct 28, 2008 9:20 pm   Subject: ANSWERED: Watching Firefox's current page (only for IE)
Is it even possible to grab the HTML code from the current FireFox (really any browser would work) window? I know it has the HTML code, and I know that when you view source it doesn't go and regrab i ...
  Topic: ANSWERED: Watching Firefox's current page (only for IE)
silkcom

Replies: 34
Views: 677

PostForum: Ask for Help   Posted: Tue Oct 28, 2008 5:01 pm   Subject: ANSWERED: Watching Firefox's current page (only for IE)
Smile sorry to be a pain, however, the site is constantly changing. Every minute something changes. There are only a few changes that I want to know about. There are things that I wish to log, but tho ...
 
Page 1 of 9 Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group