does anyone know how i can get a select box to default to a value from a database?
a webpage opens and fills itself in from a record on a database, but i need the option to change the infomation
<%=rscourse("ctemplate"%> will = either SCT, photo_basic, photo or photo_comprehensive
<SELECT NAME="default_template" ONCHANGE="doSelectChange_template()" STYLE="position:static;width:264;overflow:visible;font:smaller"
<OPTION VALUE="SCT" SELECTED>Simple
<OPTION VALUE="photo_basic">Basic
<OPTION VALUE="photo">Intermediate
<OPTION VALUE="photo_comprehensive">Advanced
</SELECT> </font>
Can anyone help me?
a webpage opens and fills itself in from a record on a database, but i need the option to change the infomation
<%=rscourse("ctemplate"%> will = either SCT, photo_basic, photo or photo_comprehensive
<SELECT NAME="default_template" ONCHANGE="doSelectChange_template()" STYLE="position:static;width:264;overflow:visible;font:smaller"
<OPTION VALUE="SCT" SELECTED>Simple
<OPTION VALUE="photo_basic">Basic
<OPTION VALUE="photo">Intermediate
<OPTION VALUE="photo_comprehensive">Advanced
</SELECT> </font>
Can anyone help me?