Please help this is doing my nut in!!
I have a lsit box where people choose then post as a form
Once the page has posted I want thier selection to show in the list box.
Here is what I have:
<option value="scheduled">Scheduled</option>
<option value="Completed">Completed</option>
<option selected="Ovedue">Overdue</option>
<%if Strstatus <>"" then%>
<option selected=<%=StrStatus%>>=<%=StrStatus%></option>
<%end if%>
</select></td>
It all works fine apart from the fact I end up with a duplicate in the list box, I have tried removing the 2nd ref to StrStatus but then the list box doesnt populate until i click the drop down?
how someone can help Ive blown up Google I think!!
I have a lsit box where people choose then post as a form
Once the page has posted I want thier selection to show in the list box.
Here is what I have:
<option value="scheduled">Scheduled</option>
<option value="Completed">Completed</option>
<option selected="Ovedue">Overdue</option>
<%if Strstatus <>"" then%>
<option selected=<%=StrStatus%>>=<%=StrStatus%></option>
<%end if%>
</select></td>
It all works fine apart from the fact I end up with a duplicate in the list box, I have tried removing the 2nd ref to StrStatus but then the list box doesnt populate until i click the drop down?
how someone can help Ive blown up Google I think!!