[jawsscripts] IE and Firefox
- From: "E.J. Zufelt" <everett@xxxxxxxxx>
- To: <jawsscripts@xxxxxxxxxxxxx>
- Date: Wed, 31 Dec 2008 16:15:02 -0400
Good afternoon,
I prefer using IE 7 for general web-browsing, but sometimes there are pages
that I'd like to view in Firefox. I have created the following script in
the Internet Explorer scripts to allow me to open the current Internet
Explorer page in Firefox. I used Control + Alt + F as the keystroke.
Comments welcome.
Script gotoFirefox ()
Var
Object oDoc,
string sExecute
Let oDoc = IEGetCurrentDocument ()
; Gets the url of the current page
Let sExecute = oDoc.url
; Creates the statement to execute.
Let sExecute = "firefox " + sExecute
SayMessage (OT_JAWS_MESSAGE, "Opening page in Firefox.")
Run (sExecute)
EndScript
HTH,
Everett
__________
Visit and contribute to The JAWS Script Repository http://jawsscripts.com
View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts
Other related posts: