That helped, but he strange thing is that the search field for normal text does not work? That is usually the easy part? It gives no result at all?
Also how do I keep the selected values for checkboxes and dropdown boxes that are not dynamic made, like this one:
<select name="SalesMonth" class="FormIndhold" id="SalesMonth">
<option value="" >choose month</option> <option value="01">Januar</option> <option value="02">Februar</option> <option value="03">Marts</option> <option value="04">April</option> <option value="05">Maj</option> <option value="06">Juni</option> <option value="07">Juli</option> <option value="08">August</option> <option value="09">September</option> <option value="10">Oktober</option> <option value="11">November</option> <option value="12">December</option> </select>
regards Helle |
|
|