Forum Moderators: open

Message Too Old, No Replies

onChange Submit ?

I want to submit a form with onblur

         

nickik

8:56 am on Jul 24, 2008 (gmt 0)

10+ Year Member



I want to submit a form with a onchange event but whatever i do its not working.

See your self:
<form name="RefreshSideCountry" action="default.asp?ActiveMenuID=<%=cStaticLand%>&ActiveMenu=DataContent&iLevel=2">
<select name="SelectCountry" onChange="this.form.submit();">
<%=sListCountry2%>
</select>
</form>

Why isent ist working?

nickik

11:09 am on Jul 24, 2008 (gmt 0)

10+ Year Member



i did it now

the problem was that it fergot the method=post and it overritet all the things in the GET