sitemap and tabindex

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gam14bytes
    New Member
    • Oct 2009
    • 2

    sitemap and tabindex

    Hello my helpers :-)

    I have a Problem with a sitmap and the Tabindexes. I want to give each Sitemapnode in a the Web.sitemap thier own tabindex, but it does not function.
    CODE:
    <?xml version="1.0" encoding="utf-8" ?>
    <siteMap xmlns="http://schemas.microso ft.com/AspNet/SiteMap-File-1.0" >

    <siteMapNode title="root" description="">

    <siteMapNode url="Nproject.a spx" title="New project" description="" TabIndex="5"/>

    <siteMapNode url="Eproject.a spx" title="Existing project" description="" TabIndex="6"/>

    </siteMapNode>
    </siteMap>



    Does anybody have an idea?

    thx michael
  • ssnaik84
    New Member
    • Aug 2009
    • 149

    #2
    you can set tabIndex to anchors, check w3schools article
    you'll get some clue.

    Comment

    • gam14bytes
      New Member
      • Oct 2009
      • 2

      #3
      thx a lot,
      it is really annoying that it does not function by using ASP.

      Comment

      Working...