Go Back   SitePoint Forums > Forum Index > Program Your Site > PHP
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old Sep 26, 2006, 09:28   #1
aouton
SitePoint Enthusiast
 
aouton's Avatar
 
Join Date: May 2003
Location: mexico
Posts: 39
Random links in navigation

Hi all. I hope you can advise something about this issue.

I have a navigation list like this: (this is part of it only, but the part I need advise)

Code:
  <li> <a href="valores.php">Valores</a> </li>
  <li> <a href="servicios.php">Servicios</a> </li>
  <li>
    <a href="#">Obras Relevantes</a>
    <ul>
      <li> <a href="cuauhtemoc.php">Cuauhtémoc</a> </li>
      <li> <a href="paseocolon.php">Monumento a Colón</a> </li>
      <li> <a href="zacatecas3.php">Capilla de Nápoles</a> </li>
      <li> <a href="oaxaca.php">Catedral de Oaxaca</a> </li>
      <li> <a href="palacio.php">Palacio Nacional</a> </li>
      <li> <a href="campana.php">Campana de la Independencia</a>         </li>
      <li> <a href="museomex.php">Museo de la Ciudad de México</a>       </li>
      <li> <a href="temploangeles.php">Nuestra Señora de Los Ángeles</a> </li>
    </ul>
  </li>
I like to display only 3 of those links of the 8 (as of today. This sublist won't growth much) When a visitor clicks on any of the 3 I like to display another 3 of them (random or sequential) and so on.

My questions are:

Is this possible?
How to do it?
Makes sense?

Thanks for any comments or advise regarding this.

Angel
aouton is offline   Reply With Quote
 

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 03:44.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved