|
Mav44 -> RE: Results replaced by dropdown menu on edit page (9/30/2009 11:37:40)
|
I am still fighting this demon this morning. My latest direction has me trying something like, <label> <select name="a_region" size="1" id="<%=a_region%>"> <option value="" selected><if ("a_region")="NULL" then Response.Write("Select")else Response.Write("a_region") end if></option> <option value="East">East</option> <option value="Midwest">Midwest</option> <option value="South">South</option> <option value="West">West</option> </select> </label> Still not working. Can anybody make a suggestion, Spooky, BtheBall, Texan??????
|
|
|
|