Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

how to automatically run a script when an image loads on web



  • Please log in to reply
64 replies to this topic
smorgasboard
  • Members
  • 660 posts
  • Last active: Jan 14 2016 08:53 AM
  • Joined: 18 Jul 2012
{Enter}{Tab}{Down}{Tab}{Tab}{Enter}...*a part of my code after the second image appears*

run, "C:\Documents and Settings\username\Desktop\final\hello.ahk"...*a new ahk script to execute a new set of codes for the image loading again*

sleep 1000

send {F3}...*new f key to switch on..the the above ...script*

exitapp

}

return





smorgasboard
  • Members
  • 660 posts
  • Last active: Jan 14 2016 08:53 AM
  • Joined: 18 Jul 2012
with this idea...(and it seems working fine)..combined with your original work, i can do what i desired !!..

thanks ..sir !!..btw..all this only because of you and your

macro creator!!..all hail ahk!!

smorgasboard
  • Members
  • 660 posts
  • Last active: Jan 14 2016 08:53 AM
  • Joined: 18 Jul 2012
sir..your script sometimes does not run..i dont know why....but after restarting the comp..it runs..help
sought

Pulover
  • Members
  • 1596 posts
  • Last active: Apr 06 2016 04:00 AM
  • Joined: 20 Apr 2012
Isn't it easier to restart the script?
Open Task Manager to see if it isn't running in the background, and if it is finish it.

Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer) | Class_LV_Rows - Copy, Cut, Paste and Drag ListViews | Class_Toolbar - Create and modify | Class_Rebar - Adjustable GUI controls

Join the New AutoHotkey Forum!


smorgasboard
  • Members
  • 660 posts
  • Last active: Jan 14 2016 08:53 AM
  • Joined: 18 Jul 2012
thanks sir....