Discussion Board
-
Pb with id in xhml code
1970-01-01, 02:00
#1
Super Contributor
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
-
RE: Pb with id in xhml code
1970-01-01, 02:00
#2
Super Contributor
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
-
RE: Pb with id in xhml code
1970-01-01, 02:00
#3
Registered User
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>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules