Forum Moderators: open
Possible? confusing..yes.
Thanks
document.forms['yourform'].color1.value = 'colorthatwaschosen';
and in your form:
<input type = "hidden" name = "color1" value = "">
On your second page, just check Request.Form("color1") for the value.
That should get you in the right direction.