5 pts.
 Passing selectedIndex value from ASP page to VBScript
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

Answer Wiki:
You cannot pass JavaScript (Client Side Technology) dynamically to ASP (Server Side Technology). You can use JS to set values then collect those values when the form is submitted to the server. Earl http://www.duckin4printing.com/
Last Wiki Answer Submitted:  April 20, 2009  11:53 am  by  Surfdoggie   75 pts.
All Answer Wiki Contributors:  Surfdoggie   75 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _