Tue Apr 05, 2011 10:11 pm
<%
selectionContent = "Red|Green|Blue|Black"
%>
Please select your favourit color :
<Select Name="drop">
<%
listColors = Split(selectionContent, "|")
For i = 0 to UBound(listColors)
%>
<option value=""<%=listColors(i)%>"><%=listColors(i)%>
<%Next%>
</Select>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.