use a submit in the link and post the form
<a href= "javascript:submit():">
or
use a function a detect wich option button is clicked and assign that to a
variable that you will use in the link
-----Original Message-----
From: yls [mailto:yls177@h...]
Sent: Friday, November 17, 2000 5:51 PM
To: javascript
Subject: [javascript] variables in javascript and asp
Hi, i have some checkboxes. i want to store the values of the checkboxes
that i checked to be passed to another page like <a
href="somepage.asp?id=avalueid1=bvalue> Any idea how to accomplish that?