Picarolio
07-30-2003, 09:04 AM
I posted here yesterday and got a wealth of information but I'm stuck on one part that didn't work. I have a form that is being used to link to various pages depending upon what is selected in a combo box and radio buttons.
here is a snipet of the code:
<!--Begin
var link_to_report = "";
var region = document.Network_Reports.Combo_Regions.value;
var report = document.Network_Reports.R1.value;
parent.location="Network/reports/" + report + "/" + report + "" + region +".xls";
}
// End -->
The combo box is able to get the value but the radio button always returns undefined/null value. What do I need to do to be able to get the value of the selected R1 radio button.
Thanks for all help and remarks (even smart ass ones)!
here is a snipet of the code:
<!--Begin
var link_to_report = "";
var region = document.Network_Reports.Combo_Regions.value;
var report = document.Network_Reports.R1.value;
parent.location="Network/reports/" + report + "/" + report + "" + region +".xls";
}
// End -->
The combo box is able to get the value but the radio button always returns undefined/null value. What do I need to do to be able to get the value of the selected R1 radio button.
Thanks for all help and remarks (even smart ass ones)!