I am nre in ASP! Please help to resolve the problem.
I am trying to retireve the data from the database with a
url link. For example, When I retireve the "Microsoft"
from the Company Field, it will include the url link for
the microsoft.

Please tell me what's the appropriate way to do this. I
have tried the following but the url link includes the
orginal url:
...
...
....
urlink= Item.value
Response.Write("<a href="&urlink&">" & urllink)

It works but when I click the microsoft, the URL address
appeared to
be "http://www.myserver.com/index.asp#http://www.microsoft.
com"instead of "http://www.microsoft.com"

pls help and thanks in advance