latoyale
11-02-2009, 08:38 PM
My radio button on comes up undefined when I am tracing it. Where am I going wrong? Thanks
SSCq2a.setGroupName("radioGroup");
SSCq2b.setGroupName("radioGroup");
submit_button.onRelease = function() {
var userAnswer:String = _root.radioGroup.getValue();
};
trace(userAnswer);
getURL("form.asp", "_self", "POST");
stop();
SSCq2a.setGroupName("radioGroup");
SSCq2b.setGroupName("radioGroup");
submit_button.onRelease = function() {
var userAnswer:String = _root.radioGroup.getValue();
};
trace(userAnswer);
getURL("form.asp", "_self", "POST");
stop();