Hi,
Could someone help me with a snippet of code that would pass that value of a checkbox along with the URL of a <ahref >
I've come to this point and am stuck better ideas are welcome
function setvalue()
{
//help needed here
$var = window.document.form.diskusage.checked;//does not work
return $var;
}
echo "<TH COLSPAN = 2>";
echo "<A HREF =".$store["value"]."?".setValue();"> ".$store["key"]."</A><TD>";