AutoHotkey Community

It is currently May 24th, 2012, 7:39 am

All times are UTC [ DST ]


Search found 29 matches
Search these results:

Author Message

 Forum: Support   Topic: Hot Key for Microsoft Office Keyboard RT9450

Posted: February 17th, 2011, 3:43 am 

Replies: 9
Views: 1838


Thanks! It worked with my generic PCTRONIX keyboard scroll wheel on Windows 7 x64 bits.

 Forum: Support   Topic: Newbie, execute script based on webpage button press.

Posted: March 19th, 2010, 3:27 pm 

Replies: 23
Views: 1472


May be setting the warnings off?

 Forum: Support   Topic: Get a webpage label

 Post subject: Get a webpage label
Posted: March 18th, 2010, 8:14 pm 

Replies: 1
Views: 81


Hi, i`m trying to get some values from a webpage, but not from the controls like an inputbox. The values are text in the page. is there anyway to get them withut parsing the HTML code, with COM or somehting?

Thanks!

 Forum: Support   Topic: Newbie, execute script based on webpage button press.

Posted: March 18th, 2010, 7:56 pm 

Replies: 23
Views: 1472


Ok, i think almos have it #Persistent COM_CoInitialize() OnExit,Close SetTimer, ConnectWindow, 100 ConnectWindow: pwb:=iWeb_getwin("Google - Windows Internet Explorer") If pwb{ iWeb_complete(pwb) If cmd_agregar:=COM_Invoke(pwb,"document.all[btnI]."...

 Forum: Support   Topic: Newbie, execute script based on webpage button press.

Posted: March 17th, 2010, 2:14 am 

Replies: 23
Views: 1472


Any guess? :?

 Forum: Support   Topic: Newbie, execute script based on webpage button press.

Posted: March 11th, 2010, 8:16 pm 

Replies: 23
Views: 1472


OK. I think i have something. Here it is #Persistent COM_CoInitialize() OnExit,Close SetTimer, ConnectWindow, 100 ConnectWindow: pwb:=iWeb_getwin("Google - Windows Internet Explorer") If pwb{ ;iWeb_complete(pwb) If feel_lucky:=COM_Invoke(pwb,"document....

 Forum: Support   Topic: Newbie, execute script based on webpage button press.

Posted: March 10th, 2010, 4:08 am 

Replies: 23
Views: 1472


Oh, yes i`m sorry. Now , i tried with AHKL and COM_L and the script works but only once. If I go back and hit Search again, the msgbox doesnt pop. I`m searching the code to fix this. Any help?

Thanks again!

 Forum: Support   Topic: Newbie, execute script based on webpage button press.

Posted: March 9th, 2010, 3:56 am 

Replies: 23
Views: 1472


Thanks jethrow! I get an illegal character error message in line 9 in the "pwb.document" expression. What is this about?

Thanks again

 Forum: Support   Topic: Newbie, execute script based on webpage button press.

Posted: March 7th, 2010, 6:27 pm 

Replies: 23
Views: 1472


:? Any help?

 Forum: Support   Topic: Newbie, execute script based on webpage button press.

Posted: March 6th, 2010, 12:46 am 

Replies: 23
Views: 1472


Thanks again. I tried a lot, but i dont know how to control the flow of the script. What i want is that "somecode" executes every time an user clicks the button of a specific window(with a specific title of corse). This windows can be closed, opened and reloaded several times. Any suggesti...

 Forum: Support   Topic: Newbie, execute script based on webpage button press.

Posted: March 4th, 2010, 3:27 am 

Replies: 23
Views: 1472


Thanks! Just what i was looking for! But the script only works for once. I mean, the second time that I press the "Search" Button for example, "SomeCode" doesn´t trigger. I´m looking kind of a steady-state. Every time that the seach button is pressed, execute some code. How can i...

 Forum: Support   Topic: Get HTML source code from current window in IE

Posted: March 13th, 2009, 7:38 pm 

Replies: 6
Views: 661


My bad! It worked!

 Forum: Support   Topic: Get HTML source code from current window in IE

Posted: March 13th, 2009, 5:46 pm 

Replies: 6
Views: 661


Hello again. I`m trying to get the HTML code from a FRAME inside the actual page WEB. I mean, there is a frame named FRAME1 inside the page. If i use the above code, I get the code for the actual page and not the frame´s html code.

Thanks!

 Forum: Support   Topic: Ignore Error

Posted: March 13th, 2009, 1:25 am 

Replies: 4
Views: 367


thanks a lot!

 Forum: Support   Topic: Ignore Error

Posted: March 12th, 2009, 4:22 pm 

Replies: 4
Views: 367


any help? :(
Sort by:  
Page 1 of 2 [ Search found 29 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group