Michael Horowitz wrote:
<select name="subcategory" id = "subcategory"
onchange="showSubcategory2(document.getElementById('category').value,document.getElementById('subcategory').value)">
try this:
<select name="subcategory" id="subcategory"
onchange="showSubcategory2(document.getElementById("category").value,
this.options[this.selectedIndex].value);">
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************