Hello everyone, I'm working with a database link in ASP, I've managed to hyperlink the field for "website" so clients can click on it once it appears in the site. Now, the way I have it, when you click on it it puts my domain in front and then the website ( which obviously doesn't go anywhere. Any ideas? the websites are stored in format in the database. Here's the piece of code I'm talking about. How can I program it so the code doesn't put my domain in front of the links?
<a href="<%=(rsWeighStations.Fields.Item("Website").Value)%>" class="main"><%=(rsWeighStations.Fields.Item("Website").Value)%></a>
<a href="<%=(rsWeighStations.Fields.Item("Website").Value)%>" class="main"><%=(rsWeighStations.Fields.Item("Website").Value)%></a>