Here is my scenario....on my main web page, there are 4 links that will call a second .html page. However, each of these links need to pass a unique value into the second .html page. I'm thinking that using a Session variable is the way to do this. Can this be done using Javascript? If so, I having trouble finding real examples. If not, what is the best way to pass a value into another page. I'm not using .NET or any other programming language.

Thanks,