Navigation:  19: Working with the Internet >

19.8: Links and onClicks

Previous pageReturn to chapter overviewNext page

Definition

 

A link is an interactive element that connects one web resource to another. Links usually change the location of a given web page to the web page specified in the link source. The actual behavior of a link, however, will be determined by the web page developer. Links also have the ability to be designated by the web browse as visited. A visited link is simply a link that you have navigated to before.

 

Navigation

 

L = Next Link

SHIFT-L = Previous Link

V = Next Visited Link

SHIFT-V = Previous Visited Link

 

Note that TAB and SHIFT-TAB can also be used to navigate through links. The only difference being that TAB and SHIFT-TAB will also place focus on form controls when encountered, whereas L and SHIFT-L will only focus links.

 

Verbosity

 

 

onClicks

 

Web developers are able to create interactive objects that perform functions similar to those of standard links using a JavaScript method called onClick. Window-Eyes provides access to these objects by letting the user press ENTER on them, just as they would a standard link. Because links and onClicks are so closely related, link verbosity options and hot keys apply to both links and onClicks.