View Single Post
  #2 (permalink)  
Old 03-15-2008
mira mira is offline
Jr. Member

Join Date: Mar 2008
Posts: 263
BRL$: -164.73
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 40
mira is on a distinguished road
Default Re: respose.write a url

I think in database you should use Chr(34) to replace the # so your code will be like this

Response.Write ("href=" & Chr(34) & Replace(link, "#", "") & Chr(34))

Chr(34) is an ASCII code for a quote.


To receive latest updates about BRL Forums, Subscribe to Latest Updates Thread.
Reply With Quote