
April 20th, 2002, 06:05 AM
|
|
Junior Member
|
|
Join Date: Apr 2002
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Inserting data into a table
Is it possible to write jsp code in the middle of the html to insert data from table in database into table on browser. I want to write it in the html as the data in the table are going to be active links to the next page.
Something like:
HTML
<% For n=1 to rs.count%>
<%rs.field("1")%>
<href <% rs.next%>/href>
If anyone can help me with the proper jsp code i'd really appreciate it, I need help urgently....
|