I am creating a number of drop down menus for a preference based voting system. voters can select on or more preferences up to the number of candidates.they can select just one preference if they want for one candidate, or a preference for each candidate.
Candidate name: drop down- with numbers...
i have created a number of menus depending on what values are stored in teh db.
<select name="mnuPreference<%=ival%>"><option value=""></option>
<%For i = 1 to iCount
%><option value=<%=i%>><%=i%></option>
<%Next%>
</select>
I have dynamically generated a number of drop down menus. i want the user to select values in a preference based system.
ideally they would select 1 from one menu 2 from another etc. i am trying to ensure that they don't select 2,5, 7. instead of 1,2,3 etc.
what i want to do is to check if a...
i have a number of drop down menus on one page. i get teh values from another page.i want to mak esure that the values are listed from 1 through to a random variable number. i want to make sure that the numbers that are returned are 1,2,3 etc up to any number.
what i don't want is for them to...
i know this is only a small problem, but i am new to asp.
i tried to call the sub using the onClick method of the button, but nothing happened.
how is it done, please.
Thanks
Tim
Hi,
I am new to this site, but i would appreciate it if someone could let me know how to delete elements of a cookie eg for a shopping cart application, by selecting a checkbox and pressing delete.
this would be a great help. thanks in advance,
Tim
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.