the functions used are:
<Select name=MaxBuyerCode onChange="<%=display(document.usercreateform.MaxBuyerCode.selectedIndex.value)%>);">
the function display is and include file .inc
which is
<%
Function display(chosen)
????
????
End Function
%>
this gives an error......
how can i pass the selected index value from onchange to this vb script(display.inc file) such that it returns me the selected index value and displays it
Software/Hardware used:
ASKED:
March 12, 2009 7:18 AM
UPDATED:
April 20, 2009 11:53 AM