Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

thriftinkid

macrumors regular
Original poster
Mar 24, 2008
119
0
I have been using a script that adds my info into text fields on a website I use daily using keystroke tab commands. But it is highly unreliable. If often repeats keystroke commands, or tabs over to many/few times and adds my dialog to the wrong field. I am trying to fine a way to use a:

do javascript () command

to add my info into the fields. I inspected the element of the first dialog field where I need to add my first name, and I posted the webpage source code below if that helps anyone. If I can get help with this, I can use it to write the rest of the script for the other dialog boxes. Thanks guys.

[applescript]<fieldset>
<legend>Required Information</legend>
<div class="formRow clearfix">
<div class="formElement">
<label>First Name</label>
<input class="text" type="text" maxlength="30" size="25" name="fvFirst"/>
</div>[/applescript]
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.