1 | | 1) Create a link of type url and give it an id and name. |
2 | | 2) Now enter no of lines below this link. These lines are added as spacer. |
3 | | 3) Create another link and select its type as 'Link to anchor in the text' and select the anchor name or id of the link created in step 1. |
4 | | 4) The new link must be created quite some distance from the first link i.e the second link must be at a scrollable distace so that when we click the second link the focus moves up or down the page. |
5 | | 5) Now click the second link. In IE and chrome focus will move to the first link while in firefox instead of the focus getting shifted to the target link the page reloads. |
| 1 | 1. Create a link of type url and give it an id and name. |
| 2 | 2. Now enter no of lines below this link. These lines are added as spacer. |
| 3 | 3. Create another link and select its type as 'Link to anchor in the text' and select the anchor name or id of the link created in step 1. |
| 4 | 4. The new link must be created quite some distance from the first link i.e the second link must be at a scrollable distace so that when we click the second link the focus moves up or down the page. |
| 5 | 5. Now click the second link. In IE and chrome focus will move to the first link while in firefox instead of the focus getting shifted to the target link the page reloads. |