Code For Next Page >> Click

Discussion in 'JavaScript' started by ngarama, Dec 8, 2007.

  1. #1
    I am completely novice to programming and i need a code on one of my page to limit the number of links on it. for example if i need only 20 links on a page, the rest can be accessed by clicking the Next >> link, or the 1 2 3 4 ... links.

    My page is in html. Does any one have an idea of what i should do?

    Thanks.
     
    ngarama, Dec 8, 2007 IP
  2. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Do you need only 20 links for visual aesthetic reasons ? or for Seo purposes ?
    - For visual aesthetic reasons -> You can do it with dynamic HTML (client side), hidding and un-hidding page portions.
    - For SEO purposes -> The best way is programming your pages on server side. With PHP, PERL or similar.
     
    ajsa52, Dec 9, 2007 IP
  3. Mike H.

    Mike H. Peon

    Messages:
    219
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0