comment fonctionne un OnEvent ? - ASP - Programmation
Marsh Posté le 13-03-2003 à 10:06:10
voila code : <form action="QRecentes.asp?Scope=<%=RcScope("ScopeRef" )%>" METHOD="POST"> <SELECT NAME=SCOPEREF> <% while not RcScope.eof %> <OPTION value="<%= RcScope("ScopeRef" ) %>"><%=RcScope("Scope" )%></option> <% RcScope.movenext wend %> </SELECT> <input type="submit" value="OK"> </form> mon pb, c'est que je ne veut pas de submit, je voudrais valider le form en cliquant sur l'option ... on ma parlé d'un OnEvent .. mais je ne trouve pas d'info .. vs avez une idée ? merci
Marsh Posté le 13-03-2003 à 10:29:23
scusez c de l'html ........
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 13-03-2003 à 10:06:10
voila code :
<form action="QRecentes.asp?Scope=<%=RcScope("ScopeRef" )%>" METHOD="POST">
<SELECT NAME=SCOPEREF>
<% while not RcScope.eof %>
<OPTION value="<%= RcScope("ScopeRef" ) %>"><%=RcScope("Scope" )%></option>
<% RcScope.movenext
wend
%>
</SELECT>
<input type="submit" value="OK">
</form>
mon pb, c'est que je ne veut pas de submit, je voudrais valider le form en cliquant sur l'option ...
on ma parlé d'un OnEvent .. mais je ne trouve pas d'info ..
vs avez une idée ? merci