Here is a Script for an Email Address

  • From: "Paul C. Bolduc" <pcbolduc@xxxxxxxxxxx>
  • To: <jfw@xxxxxxxxxxxxx>
  • Date: Fri, 19 Jun 2009 19:59:54 -0400

Important! Go down to the line TypeString and put in the email address you
want inserted!  

;PrintEmailAddress Script
; Prints your Email address into current edit field.
;
Script PrintEmailAddress()
;First, make sure we're in an edit field before trying to enter address!
;We do this by checking the current window's "TypeCode", and if it is
;an edit field, then type the address, but if it isn't, warn the user!
If(GetWindowTypeCode(GetCurrentWindow()) == WT_EDIT) Then
SayString("Printing address...") ;added by GB.
TypeString("@verizon.net")
Else                ;Hold it!!! This isn't an edit field! Warn user!
Beep()                        ;added by GB
SayString("Hey dude!  You aren't in an edit field!")
EndIf
EndScript

This script is inserted into the default.jss file.  Go to the bottom of the
file after copying from the start of this line Script PrintEmailAddress()
to the blank line after End script.  

Paste this script in then arrow up into the script then hit Control D to
bring up a box.  Make sure that use a hot key is check and if no other
program is using Alt Control A use this as a hot key to activate the script
when you're in an edit box.  

Compile the script with Control S then you can try it.  

I do not know whom first wrote this script. 

Have a great day,
 
Paul Bolduc
 
Amateur Radio Operator: WR1X
Email: WR1X@xxxxxxxx
 
Located in the only town named Royalston in North America and maybe even the

world.
Royalston is located in Massachusetts,



--
JFW related links:
JFW homepage: http://www.freedomscientific.com/
Scripting mailing list: 
http://lists.the-jdh.com/listinfo.cgi/scriptography-the-jdh.com
JFW List instructions:
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to 
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw
Alternative archives located at: 
http://n2.nabble.com/JAWS-for-Windows-f2145279.html

If you have any concerns about the list, post received from the list, or the 
way the list is being run, do not post them to the list. Rather contact the 
list owner at jfw-admins@xxxxxxxxxxxxxx

Other related posts: