In my Access database, I am querying a table, and displaying it in a table on my ASP page. One of the fields I want to display is a URL to an HTML page.
How do I go about writing it to the table? Right now my code looks like this:
response.write "<td><p><b>Web Page:</b></p></td><td>" & oRSb("WebPage"
& "</td>"
Is it possible to A HREF that?
Thanks,
mot98
![[pc] [pc] [pc]](/data/assets/smilies/pc.gif)
"Every day I learn something new, and forget 10 things I learned long ago!"
How do I go about writing it to the table? Right now my code looks like this:
response.write "<td><p><b>Web Page:</b></p></td><td>" & oRSb("WebPage"
Is it possible to A HREF that?
Thanks,
mot98
![[pc] [pc] [pc]](/data/assets/smilies/pc.gif)
"Every day I learn something new, and forget 10 things I learned long ago!"