|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Problem in trapping the value of a hyperlink |
From: |
Dave |
Date: |
3/28/2000 6:40:04 PM |
IP: |
207.70.226.5 |
what I usually do is something like this... ID being the primary key in the database
<% do until rs.eof %>
<a href="xxxx.asp?id=<%= rs("id")%>"><%= rs("name")%></a><br>
<% rs.movenext %>
<% loop %>
hope this helps |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|