Tekil Mesaj gösterimi
  #7 (permalink)   iTrader 
Alt 2007-03-04, 17:50
qdin qdin isimli üyemiz çevrimdışıdır. (Offline)
Gold Member
 
Üyelik tarihi: Feb 2006
Nerden: Ankara
Mesajlar: 1.541
Teşekkür: 0
Thanked 0 Times in 0 Posts
Tecrübe Puanı: 0
iTrader: %88/12
qdin is on a distinguished road
Standart

Handling Spaces in URL

Kod:
.vbScript{color:black;background-color:white;font-size:10pt;font-family:Courier New;}.vbScript B{color:blue}Netscape sometimes has problems handling strings With a space In it when using the Response.Redirect method. To overcome this problem use the Server.URLEncode("variable name") With the String.

strField = Server.URLEncode(strField)
Response.Redirect("yourpage.asp?Field=strField")
Alıntı ile Cevapla