comment fonctionne un OnEvent ?

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

Reply

Marsh Posté le 13-03-2003 à 10:06:10   

Reply

Marsh Posté le 13-03-2003 à 10:29:23    

scusez c de l'html ........

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed