urraaz
04-22-2009, 12:28 AM
hai 2 all..
i have an index.html page iwant to convetthe index.html into index.jsp
any one help me please......
forEx:...
..............in index.htm..............l
<select name="s">
<option >.....
<option >.........
<option >.........
<option >.........
<option >.........
</select>
i want to get the above code like
.................................in index.jsp...................
<select name="s1">
<%
for(int i=0;i<5;i++){
%>
<option>..........
<%
}
%>
</select>
plz plz plz plz help me.....................
thqs
i have an index.html page iwant to convetthe index.html into index.jsp
any one help me please......
forEx:...
..............in index.htm..............l
<select name="s">
<option >.....
<option >.........
<option >.........
<option >.........
<option >.........
</select>
i want to get the above code like
.................................in index.jsp...................
<select name="s1">
<%
for(int i=0;i<5;i++){
%>
<option>..........
<%
}
%>
</select>
plz plz plz plz help me.....................
thqs