| Reply | « Previous Thread | Next Thread » |
|
I'd like to jump directly in my xhlm page using id attribute.
Here is my code: <a href="myxhtml.xhtml#index1">Go to part 1 </a> and some lines later: <p> <table id="index1"> <tr> <td> Part 1</td> </tr> </table> </p> and when I click on the link "Go to part 1" with Nokia Toolkit 3.0, it doesn't go to part 1. Is there anybody who can help me ? Best regards Sandra Posted by Sandra Blaise, sblaise@amadeus.net on February 14, 2002 at 13:14 |
| Nokia_Archive |
| View Public Profile |
| Find all posts by Nokia_Archive |
|
Posted by bizz bull, gmajax@usa.net
on February 20, 2002 at 16:41 try <a href="myxhtml.xhtml">Go to part 1 </a> without #index1 sincerly |
| Nokia_Archive |
| View Public Profile |
| Find all posts by Nokia_Archive |
|
I have been able to jump to links via #linkid references to named anchors. I don't think it works for items that cannot accept focus.
<a href="myxhtml.xhtml#index1">Go to part 1 </a> and some lines later: <p> <table> <tr> <td> <a id="index1" href="#">Part 1</a></td> </tr> </table> </p> |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|