Submit button doesn't work !

xDRAN0x

New member
Local time
Today, 01:07
Joined
Aug 27, 2004
Messages
6
Hi, well this is pretty embarassing since I copy pasted the code from my homepage(JPS, servlet, beans,ect). All I'm trying to do is a submit form to pass some parameters to "filter.asp" , but when I push "submit" nothing happens, not even an error page. ?? IIS? problem? It's juste simple HTml file, I don't understand.

<FORM method="post" action="filter.asp" ID=Form1>
<SELECT NAME="sortby" ID=Select1>
<OPTION VALUE="P1">Pentium 1</OPTION>
<OPTION VALUE="P2">Pentium 2</OPTION>
<OPTION VALUE="P3">Pentium 3</OPTION>
<OPTION VALUE="T">Tous</OPTION>
</SELECT>
</FORM>
<INPUT TYPE="submit" VALUE="Soumettre">
 
You might try a different forum. This question has nothing to do with Access or VBA.
 

Users who are viewing this thread

Back
Top Bottom