Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by abenny2001

  1. abenny2001

    Getting name of dropdown from dynamically created list of dropdowns

    <script type="text/javascript"> function getDataForCenterStore(selectedValue){ var secondStore = new dojo.data.ItemFileReadStore({ url: "<%=servletPath%>?selectedArea="+selectedValue}); dijit.byId("*****What should I give here*****).store = ////// } </script>...
  2. abenny2001

    Getting name of dropdown from dynamically created list of dropdowns

    Sorry I should have made it clear.... So I am generating multiple rows of dropdowns (say n )in for loop.. Each row has 3 dependent dripdpwn so I cannot use Onchange as it is reserved for this event. //JSP for(int i=0;i<length;i++){ 1st row select name[and id are same]...
  3. abenny2001

    Getting name of dropdown from dynamically created list of dropdowns

    Hey Guys, I have a situation where I have a list of dropdowns dynamically created in my for loop in JSP code. Now I need the name of dropdown on onClick[is that right choice?] so that I can play around with dojo APIs with dijit.byId(name). I tried by some logic: var dropdowns =...

Part and Inventory Search

Back
Top