[jaws-uk] Re: Number of links on a page
- From: TIDDYogg <oggy@xxxxxxxxxxxxxx>
- To: jaws-uk@xxxxxxxxxxxxx
- Date: Sat, 29 Apr 2006 16:23:03 +0100
Thanks fellas. That script thing seems too complicated to my old brain,
but I do use the Jaws + F7 combination... and hadn't noticed if it said
x of y links. Will check.
Brian Hartgen wrote:
> Hi
>
> If you are familiar with using the jaws script manager, you might add a
> script to the default script set along the following lines and attach it to
> a keystroke. This will cause jaws to announce the number of links on a
> page. There are more elegant ways of doing this but I've kept it simple.
>
> Script SayNumberOfLinks()
> var
> int a,
> string b
> let a = GetLinkCount ()
> let b = IntToString (a)
> SayUsingVoice (VCTX_Message, b+"links", ot_user_requested_information)
> EndScript
>
>
> -----Original Message-----
> From: jaws-uk-bounce@xxxxxxxxxxxxx [mailto:jaws-uk-bounce@xxxxxxxxxxxxx] On
> Behalf Of Phil Medway
> Sent: 29 April 2006 14:41
> To: jaws-uk@xxxxxxxxxxxxx
> Subject: [jaws-uk] Re: Number of links on a page
>
> Hi Tiddy,
> I don't know of a specific keystroke for that function but if you don't mind
> getting a list of links using JawsKey+f7, Jaws not only tells you the number
> of the link you are currently on but also tells you the total number of
> links. i.e. 6 of 23.
>
> HTH,
>
> Phil Medway.
>
> ----- Original Message -----
> From: "TIDDYogg" <oggy@xxxxxxxxxxxxxx>
> To: <jaws-uk@xxxxxxxxxxxxx>
> Sent: Saturday, April 29, 2006 9:27 AM
> Subject: [jaws-uk] Number of links on a page
>
>
> Hi. When accessing a web page, Jaws 7 usually tells you how many links
> on a page, (which I find very useful.)
> If I miss it, or Jaws doesn't tell me, is there a hot key that will give
> this information?
> Thanks.
>
> ** To leave the list, click on the immediately-following link:-
> ** [mailto:jaws-uk-request@xxxxxxxxxxxxx?subject=unsubscribe]
> ** If this link doesn't work then send a message to:
> ** jaws-uk-request@xxxxxxxxxxxxx
> ** and in the Subject line type
> ** unsubscribe
> ** For other list commands such as vacation mode, click on the
> ** immediately-following link:-
> ** [mailto:jaws-uk-request@xxxxxxxxxxxxx?subject=faq]
> ** or send a message, to
> ** jaws-uk-request@xxxxxxxxxxxxx with the Subject:- faq
>
> --
> This email has been verified as Virus free
> Virus Protection and more available at http://www.plus.net
>
> ** To leave the list, click on the immediately-following link:-
> ** [mailto:jaws-uk-request@xxxxxxxxxxxxx?subject=unsubscribe]
> ** If this link doesn't work then send a message to:
> ** jaws-uk-request@xxxxxxxxxxxxx
> ** and in the Subject line type
> ** unsubscribe
> ** For other list commands such as vacation mode, click on the
> ** immediately-following link:-
> ** [mailto:jaws-uk-request@xxxxxxxxxxxxx?subject=faq]
> ** or send a message, to
> ** jaws-uk-request@xxxxxxxxxxxxx with the Subject:- faq
>
>
>
> ** To leave the list, click on the immediately-following link:-
> ** [mailto:jaws-uk-request@xxxxxxxxxxxxx?subject=unsubscribe]
> ** If this link doesn't work then send a message to:
> ** jaws-uk-request@xxxxxxxxxxxxx
> ** and in the Subject line type
> ** unsubscribe
> ** For other list commands such as vacation mode, click on the
> ** immediately-following link:-
> ** [mailto:jaws-uk-request@xxxxxxxxxxxxx?subject=faq]
> ** or send a message, to
> ** jaws-uk-request@xxxxxxxxxxxxx with the Subject:- faq
>
>
>
>
>
** To leave the list, click on the immediately-following link:-
** [mailto:jaws-uk-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** jaws-uk-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:jaws-uk-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** jaws-uk-request@xxxxxxxxxxxxx with the Subject:- faq
- References:
- [jaws-uk] Re: Number of links on a page
- From: Brian Hartgen
Other related posts:
- » [jaws-uk] Number of links on a page
- » [jaws-uk] Re: Number of links on a page
- » [jaws-uk] Re: Number of links on a page
- » [jaws-uk] Re: Number of links on a page
- [jaws-uk] Re: Number of links on a page
- From: Brian Hartgen