|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
problems with hyperlinks |
From: |
Jenny Baker |
Date: |
2/14/2001 10:16:35 AM |
IP: |
136.183.16.249 |
I am trying to create a web-searchable database using Access 97 and ASP, and I'm hung up on one little detail. One of my fields in Access is a hyperlink, but they don't work in my browser. First, they appeared as text. So, to get around this, I tagged this data as an <A HREF>. See:
response.write "URL: " & "<A href = " & (RS("url")) & ">" & "</A> <p>"
But now when the ASP page queries the database, it appends the URL from the hyperlink field to its own result page URL. So the link works like this:
http://result.page.url.asp#http://link.from.access.com
Any suggestions? THANKS!
|
Follow Up - Re: problems with hyperlinks - Scott 2/14/2001 2:03:23 PM
|
|
|
|
|
|
|
|
|
|
|
|