no to sure why this isn't working, any ideas, Thanks
function OnChange(dropdown){
var SelValue = dropdown.options[dropdown.selectedIndex].value
window.open('startGroup.asp?id='+SelValue+,'mywindow','location=0,status=0,scrollbars=0,width=400,height=250');
return true;
}
////
form is named: f1
<select style="width: 155px;" size="15" name="YG" onchange="OnChange(this.f1.YG);">
function OnChange(dropdown){
var SelValue = dropdown.options[dropdown.selectedIndex].value
window.open('startGroup.asp?id='+SelValue+,'mywindow','location=0,status=0,scrollbars=0,width=400,height=250');
return true;
}
////
form is named: f1
<select style="width: 155px;" size="15" name="YG" onchange="OnChange(this.f1.YG);">