sendMC.onRelease = function() {
Scheckone._currentframe==2?Scheckone.value = 1:Scheckone.value=0;
Schecktwo._currentframe==2?Schecktwo.value = 1:Schecktwo.value=0;
Scheckthree._currentframe==2?Scheckthree.value = 1:Scheckthree.value=0;
getURL("myphp.php?Scheckone="+Scheckone.value+"&Schecktwo=+Schecktwo.value+"&Scheckthree="+Scheckthree.value);
}
|