Originally Posted by
auron_dude
Don't know if this can be acheived (I am an auto-it noob) but I need a script/macro that will...
Press tab 7 times
Type the letter 'a'
press enter
Go to previous page (as in press the back button on a web browser)
Rep and love to anyone who can help me out ^^.
I'll try.
If all else fails. Ask Glynbeard
Code:
Run("C:/Program Files/Mozilla Firefox/Firefox.exe")
Sleep(1000)
Send("{TAB 7}")
Send("a")
Send("{ENTER}")
Send("{BROWSER_BACK}")
This is what I have. Is almost working I will have to ask Glyn