blind_html Re: Fw: IE and Firefox 2

  • From: "Sarah Alawami" <marrie12@xxxxxxxxx>
  • To: <blind_html@xxxxxxxxxxxxx>
  • Date: Fri, 2 Jan 2009 18:30:09 -0600

Sounds good. I might   put that in my internet explorer scripts.

-----Original Message-----
From: blind_html-bounce@xxxxxxxxxxxxx
[mailto:blind_html-bounce@xxxxxxxxxxxxx] On Behalf Of The Elf
Sent: Thursday, January 01, 2009 7:19 PM
To: blind_html@xxxxxxxxxxxxx; blindaccessHelp@xxxxxxxxxxxxxxx;
JawsLite@xxxxxxxxxxxxx
Subject: blind_html Fw: IE and Firefox 2


----- Original Message -----
From: "E.J. Zufelt" <everett@xxxxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: Wednesday, December 31, 2008 12:36 PM
Subject: [jawsscripts] Re: IE and Firefox


> Good afternoon,
>
> One other thing I forgot to add.  The first time that I executed this 
> script
> Firefox came up as if I had run it for the first time (Import Wizard / Do
> you want to make Firefox your default browser).  Not quite sure why, but 
> it
> only happened the first time.
>
> HTH,
> Everett
>
> ----- Original Message ----- 
> From: "E.J. Zufelt" <everett@xxxxxxxxx>
> To: <jawsscripts@xxxxxxxxxxxxx>
> Sent: Wednesday, December 31, 2008 4:15 PM
> Subject: [jawsscripts] IE and Firefox
>
>
>> 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
>> //www.freelists.org/list/jawsscripts
>>
>
> __________
> Visit and contribute to The JAWS Script Repository http://jawsscripts.com
>
> View the list's information and change your settings at
> //www.freelists.org/list/jawsscripts
>
> 


blind_html
To unsubscribe, please send a blank email to
blind_html-request@xxxxxxxxxxxxx
with unsubscribe in the subject line.
To access the archives, please visit:
//www.freelists.org/archive/blind_html

Thanks

blind_html
To unsubscribe, please send a blank email to
blind_html-request@xxxxxxxxxxxxx
with unsubscribe in the subject line.
To access the archives, please visit:
//www.freelists.org/archive/blind_html

Thanks

Other related posts:

  • » blind_html Re: Fw: IE and Firefox 2 - Sarah Alawami