JANLEE
09-02-2005, 02:09 PM
Hi,
I was trying new ways to show the data from database and I was thinking in use the SELECT OPTION statement of html for doing this task.
For example,
How I shown the results from a database in this way?
<P>Page results:
<SELECT NAME=sections MULTIPLE>
<OPTION><%response.write (rs("english"))%></OPTION>
<OPTION><%response.write (rs("castilian"))%></OPTION>
</SELECT>
</P>
It is will shown one record by time, Can I output more than 1 record at time?
Or I must use Jscript?
Thank you for any assistance.
JanLee
I was trying new ways to show the data from database and I was thinking in use the SELECT OPTION statement of html for doing this task.
For example,
How I shown the results from a database in this way?
<P>Page results:
<SELECT NAME=sections MULTIPLE>
<OPTION><%response.write (rs("english"))%></OPTION>
<OPTION><%response.write (rs("castilian"))%></OPTION>
</SELECT>
</P>
It is will shown one record by time, Can I output more than 1 record at time?
Or I must use Jscript?
Thank you for any assistance.
JanLee