![]() |
Sergey Kornilov admin 7/20/2005 |
Hi, if strName = "Category" then onchange = "onchange=""SetSelection('Category', 'ProductID', this.options[this.selectedIndex].value, '', arr_ProductID);""" end if
if strName = "Category" then onchange = "onchange=""SetSelection('Category', 'ProductID', this.options[this.selectedIndex].value, '', arrProductID);" & "SetSelection('Category', 'ProductID2', this.options[this.selectedIndex].value, '', arrProductID2);" & "SetSelection('Category', 'ProductID3', this.options[this.selectedIndex].value, '', arrProductID3);" & "SetSelection('Category', 'ProductID4', this.options[this.selectedIndex].value, '', arr_ProductID4);""" end if
SetSelection('Category', 'ProductID', '<%=rs("Category")%>', '<%=rs("ProductID")%>', arr_ProductID);
SetSelection('Category', 'ProductID', '<%=rs("Category")%>', '<%=rs("ProductID")%>', arr_ProductID); SetSelection('Category', 'ProductID2', '<%=rs("Category")%>', '<%=rs("ProductID2")%>', arr_ProductID2); SetSelection('Category', 'ProductID3', '<%=rs("Category")%>', '<%=rs("ProductID3")%>', arr_ProductID3); SetSelection('Category', 'ProductID4', '<%=rs("Category")%>', '<%=rs("ProductID4")%>', arr_ProductID4);
|