June 14, 201213 yr Could someone tell me how to script getting the cursor into the first available field on a web page form once it has loaded. I tried using a Quickeys script I prepared but I don't seem to be able to trigger it using Applescript. Applescript seems an obvious choice, but I am not very savvy with it. I just want to get into the first field here http://tel.local.ch/en/. I am sure there would be a way of calculating the URL to include the first name et family name from my db as well, but I am not very savvy with html either. Any help would be appreciated.
June 14, 201213 yr Author Answering my own question here. Here's one solution "http://www.local.ch/de/q/" & adresses::nom & " " & adresses::prenom & ".html"
Create an account or sign in to comment