Hi, first off, I'm new to the forum and I apologize if this posting is somehow innapropriate.
The set up: I have a page with a bunch of different text links that all link to the same page but all need to pass along a unique id.
The problem: I would like to NOT put the id value in the url, such as
href="www.aaa.com/link.php?id=2"
I would like to somehow hide the variable. And the links need to be text links, so they can't all be buttons or something.
Perhaps I could wrap each link in its own <form></form> and put a hidden variable...wait, a text would not submit the form..would it?
If anyone could help, they would get karma points.
josh