visited pages print and link with in a website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • quazi
    New Member
    • Apr 2008
    • 1

    #1

    visited pages print and link with in a website

    Dear all,

    i need a solution.

    Home page >> page1 >> subpage1 >> more...

    all pages create link dynamically how can it possible using javascript or css

    take care
  • JamieHowarth0
    Recognized Expert Contributor
    • May 2007
    • 537

    #2
    Hi quazi,

    Welcome to Bytes DN.

    What you are trying to achieve is a horizontal menu site structure, right?

    If you are using ASP.NET then there is a SiteMap data class and various herarchical data objects that allow you to do this - however, to do this in just Javascript and CSS is difficult as it would involve some AJAX and server-side processing (or hard-coding all of your sitemap, which would be far from ideal).

    Can you tell us - have you attempted it yourself yet? And is it JUST Javascript and CSS that you can use - or can you make use of server-side technology (.NET, PHP, ASP etc.)?

    Best regards,

    medicineworker

    Comment

    Working...