comment passer en paramètre la valeur d'une <option> - HTML/CSS - Programmation
Marsh Posté le 14-03-2003 à 09:32:26
<form action="QRecentes.asp?Scope='window.document.formul.option.value'" METHOD="POST" name="formul"> <select name=Scoperef onchange="window.document.formul.submit()"> <% while not RcScope.eof %> <OPTION value="<%= RcScope("ScopeRef" ) %>"><%=RcScope("Scope" )% ></option> <% RcScope.movenext wend %> </SELECT> </form> jvoudrais passer en paramètre la valeur de l'option que jai selectionné.. comment je peux faire?
Marsh Posté le 14-03-2003 à 09:35:00
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 14-03-2003 à 09:32:26
<form action="QRecentes.asp?Scope='window.document.formul.option.value'" METHOD="POST" name="formul">
<select name=Scoperef onchange="window.document.formul.submit()">
<% while not RcScope.eof %>
<OPTION value="<%= RcScope("ScopeRef" ) %>"><%=RcScope("Scope" )% ></option>
<% RcScope.movenext
wend %>
</SELECT>
</form>
jvoudrais passer en paramètre la valeur de l'option que jai selectionné.. comment je peux faire?