October 11, 200025 yr Newbies When I press enter after filling in a text field instead of clicking the submit button of a form i get error code 4. When I do press the button the search goes on Ok. Does anybody have a workaround? Roko Here's the form: ----------------------------------------- <form method="post" action="http://130.100.101.101:591/ctnz/FMPro" name="sort"> <input type="hidden" name="-DB" value="[FMP-CurrentDatabase]"> <input type="hidden" name="-Format" value="tablice/[FMP-CurrentDatabase]-list.htm"> <input type="hidden" name="-Max" value="[FMP-CurrentMax]"> <input type="hidden" name="-Lay" value="CGI"> <input type="hidden" name="-Error" value="tablice/[FMP-CurrentDatabase]-list.htm"> <input type="text" id="searchvalue" name="IDd" value="" class="inputBox" style="width:155px;"> <hr size="1"> Rezultate sortiraj po <select name="-Sortfield" size="1" style="width:155px;"> <option value="IDd">ID-u</option> <option value="ime">Imenu</option> <option value="prezime">Prezimenu</option> <option value="IDs" selected>Org. Jedinici</option> </select> <br> <input type="submit" name="-find" value="Submit" class="pbutton" style="width:155px;"> </form>
October 11, 200025 yr Newbies Roko, Try this... between the submit tag and the end of the form, insert <input type="hidden" Name="-Find" Value=" "> Note that there is a blank space for the value. tomrt
Create an account or sign in to comment