Hi, I was wondering if anyone could help or advise me. I think this is just a small problem, but,
I have an access database with some text url's in it ie, When i run my asp code just on my testing site and move over the link it takes me to I'm completely baffled to why it does this!
also how do i get the page to open in its own window? is it by using the 'target="_blank"' but i am unsure of where to put it?
here is the snippet of the troublesome code!
Response.Write "links : <a href=""" & rs("links" & """>" & rs("links" & "</a><br>"
any help would be greatly appreciated
thanks in advance
I have an access database with some text url's in it ie, When i run my asp code just on my testing site and move over the link it takes me to I'm completely baffled to why it does this!
also how do i get the page to open in its own window? is it by using the 'target="_blank"' but i am unsure of where to put it?
here is the snippet of the troublesome code!
Response.Write "links : <a href=""" & rs("links" & """>" & rs("links" & "</a><br>"
any help would be greatly appreciated
thanks in advance