noslenwerd
11-11-2005, 03:05 PM
I am trying to code a dropdown menu with struts
<td><b><span style="FONT-SIZE: 9pt; FONT-FAMILY: Arial"> <SELECT NAME="TestingData">
<OPTION selected>Suburban</OPTION>
<OPTION >Urban</OPTION>
<OPTION >Rural</OPTION>
</SELECT> </span></b></p></td>
Theres the code i have (yes i usually use style sheets, but these forms were premade from a prior customer, and they just want it changed into struts without messing with the layout)... What would the coding be for struts with a dropdown? Is this right?
<td><b><span style="FONT-SIZE: 9pt; FONT-FAMILY: Arial"> <html:select NAME="TestingData">
<html:option>Suburban
<html:option>Urban
<html:option>Rural
</span></b></p></td>
thanks a bunch
<td><b><span style="FONT-SIZE: 9pt; FONT-FAMILY: Arial"> <SELECT NAME="TestingData">
<OPTION selected>Suburban</OPTION>
<OPTION >Urban</OPTION>
<OPTION >Rural</OPTION>
</SELECT> </span></b></p></td>
Theres the code i have (yes i usually use style sheets, but these forms were premade from a prior customer, and they just want it changed into struts without messing with the layout)... What would the coding be for struts with a dropdown? Is this right?
<td><b><span style="FONT-SIZE: 9pt; FONT-FAMILY: Arial"> <html:select NAME="TestingData">
<html:option>Suburban
<html:option>Urban
<html:option>Rural
</span></b></p></td>
thanks a bunch