Forum Replies Created

Viewing 1 replies (of 1 total)
  • What about using a drop down menu that somehow passes the selected category through the link to the next page? At least, that would be helpful for me, and seems like it matches up with these problems.

    On my site, there are three distinct areas. One for Monday updates, one for Wednesday updates, and one for Friday updates. On the homepage, “back”, “next”, etc., cycle through them all.

    What I’d like to be able to do is have a drop down that says “currently browsing” or something like that, and have choices be:
    -All
    -Mondays
    -Wednesdays
    -Fridays

    If the user selects one, that will be what the nav buttons control until the user changes it. Is it possible to have them select that, and have the info passed to the next page? It sounds to me like it would be similar to the IF statements above, but it would default to whatever was already selected.

    Does that make conceptual sense to anyone? If so, I would very much appreciate any ideas of how to actually implement that or sample code, as I’m not so strong with actual code syntax.

Viewing 1 replies (of 1 total)