I have an alphabetic index on top of my page and it passes the letter to the next page just fine.
I also put the alpa index on the next page and when the user clicks it passes the letter IN ADDITION to the previous letter.
Here is an example:
A | B | C |D |
User clicks "A"
Link looks like:
The page loads with only the names that start with "A"
GREAT! BUT??
Now they click on B
Link now looks like:
NO GOOD! WHY is the darn thing putting two variables?
How do I wipe out the original "A" paramater
Thanks for the help, thought that I could easily search this out, but found this to be more difficult that I expected.
Keith
I also put the alpa index on the next page and when the user clicks it passes the letter IN ADDITION to the previous letter.
Here is an example:
A | B | C |D |
User clicks "A"
Link looks like:
The page loads with only the names that start with "A"
GREAT! BUT??
Now they click on B
Link now looks like:
NO GOOD! WHY is the darn thing putting two variables?
How do I wipe out the original "A" paramater
Thanks for the help, thought that I could easily search this out, but found this to be more difficult that I expected.
Keith