i have 3 radio buttons that produce some different links below them. I am having an issue with javascripts onchange feature. When one of the radio buttons is selected it should refresh the page. Unfortunately it is not. Any help would be great. Here is the function i have created. When you click any radio button it defaults to the first radio button.
function chgBUS() {
document.tocform.IBIF_ex.value="JBTOC3";
action="/cgi-bin/ibi_cgi/ibiweb.exe";
document.tocform.target="_self";
document.tocform.submit();
}
function chgBUS() {
document.tocform.IBIF_ex.value="JBTOC3";
action="/cgi-bin/ibi_cgi/ibiweb.exe";
document.tocform.target="_self";
document.tocform.submit();
}