| Author |
Message |
Topic: auto refresh current internet explorer pages |
sungpeng
Replies: 7
Views: 827
|
Forum: Ask for Help Posted: Sat May 17, 2008 6:56 am Subject: auto refresh current internet explorer pages |
011: Sleep,10000 (10.00)
012: Send,F5 (0.03)
013: }
010: {
011: Sleep,10000 (10.00)
012: Send,F5 (0.03)
013: }
010: {
011: Sleep,10000 (10.00)
012: Send,F5 (0.03)
013: }
010: {
011: Sleep, ... |
Topic: auto refresh current internet explorer pages |
sungpeng
Replies: 7
Views: 827
|
Forum: Ask for Help Posted: Sat May 17, 2008 6:14 am Subject: auto refresh current internet explorer pages |
ok can teach me how to activate the code whenever I need it.
Is it like this??
!n::Loop etc |
Topic: auto refresh current internet explorer pages |
sungpeng
Replies: 7
Views: 827
|
Forum: Ask for Help Posted: Sat May 17, 2008 5:10 am Subject: auto refresh current internet explorer pages |
hi
Can check with all of you how to auto refresh current internet explorer pages every 10 seconds
Thank |
Topic: open one window only to display document one after the other |
sungpeng
Replies: 5
Views: 203
|
Forum: Ask for Help Posted: Tue Mar 04, 2008 3:10 pm Subject: open one window only to display document one after the other |
| ok thank, How to do without the if else... |
Topic: open one window only to display document one after the other |
sungpeng
Replies: 5
Views: 203
|
Forum: Ask for Help Posted: Tue Mar 04, 2008 2:37 am Subject: open one window only to display document one after the other |
Thank but RunWait don't work
The above 2 documents (simple_form.html and add.php) is open by wordpad. how can I open ONE wordpad window display document one after the other instead of opening two w ... |
Topic: open one window only to display document one after the other |
sungpeng
Replies: 5
Views: 203
|
Forum: Ask for Help Posted: Mon Mar 03, 2008 3:37 am Subject: open one window only to display document one after the other |
F3::
IfWinExist Untitled - Notepad
WinActivate
else
Run C:\simple_form.html
Sleep 15000
Run C:\add.php
Sleep 15000
return
Hi
The above 2 documents (simple_form.html and ... |
Topic: hotkey to pause script |
sungpeng
Replies: 7
Views: 220
|
Forum: Ask for Help Posted: Mon Mar 03, 2008 2:29 am Subject: hotkey to pause script |
| thank you all |
Topic: hotkey to pause script |
sungpeng
Replies: 7
Views: 220
|
Forum: Ask for Help Posted: Sun Mar 02, 2008 8:10 am Subject: hotkey to pause script |
Hi
Is there any hotkey to pause script. just one click like F6 or F7 to pause script and later to continue script.
thank |
Topic: auto scroll down an internet explorer pages |
sungpeng
Replies: 13
Views: 833
|
Forum: Ask for Help Posted: Wed Feb 20, 2008 4:41 pm Subject: auto scroll down an internet explorer pages |
hi Jaco, can i have something like a slideshow for display one after the other that I key in. It will scroll from the top to the bottom pages by pages that I input in.
thank |
Topic: auto scroll down an internet explorer pages |
sungpeng
Replies: 13
Views: 833
|
Forum: Ask for Help Posted: Wed Feb 20, 2008 3:55 pm Subject: auto scroll down an internet explorer pages |
| anyone can help?? |
Topic: auto scroll down an internet explorer pages |
sungpeng
Replies: 13
Views: 833
|
Forum: Ask for Help Posted: Tue Feb 19, 2008 7:49 pm Subject: auto scroll down an internet explorer pages |
| hi Jaco, I need to loaded one page first example http://finance.yahoo.com/actives?e=o, then make for it to scroll from the top to bottom end, then go to the next page example http://finance.yahoo.com/ ... |
Topic: auto scroll down an internet explorer pages |
sungpeng
Replies: 13
Views: 833
|
Forum: Ask for Help Posted: Tue Feb 19, 2008 3:29 am Subject: auto scroll down an internet explorer pages |
#MaxThreadsPerHotkey 2
!r::
Run http://www.google.com
On := On=1 ? 0:1
If !On
return
Menu, Tray, Icon, %A_AhkPath%, 6
Loop
{
Sleep, 1000
SendInput, ... |
Topic: auto scroll down an internet explorer pages |
sungpeng
Replies: 13
Views: 833
|
Forum: Ask for Help Posted: Mon Feb 18, 2008 5:25 pm Subject: auto scroll down an internet explorer pages |
| Can i know how to disable a autokey when not using. I notice it run continuous non-stop for the above code. |
Topic: auto scroll down an internet explorer pages |
sungpeng
Replies: 13
Views: 833
|
Forum: Ask for Help Posted: Mon Feb 18, 2008 3:08 am Subject: auto scroll down an internet explorer pages |
!y::
IfWinExist Untitled - Notepad
WinActivate
else {
Run iexplore.exe www.yahoo.com
Keywait, y
Keywait, lwin
Keywait, rwin
Send {Click M ... |
Topic: auto scroll down an internet explorer pages |
sungpeng
Replies: 13
Views: 833
|
Forum: Ask for Help Posted: Mon Feb 18, 2008 2:10 am Subject: auto scroll down an internet explorer pages |
Good day to all,
Is there a hotkey to auto scroll down an internet explorer pages slowly to the end when I press !s without me physically scroll down using the mouse. The below code is not working. ... |
| |