|
|
|
ใน asp มี Function Encode หรือป่าวครับ ใน asp มี Function Encode หรือป่าวครับ ต้องการ encode |
|
|
|
|
|
|
|
ใน asp มี Function Encode หรือป่าวครับ
ต้องการ encodeตัวหนังสือพวกนี้ครับ оканал
ถ้า .net จะใช้ server.HtmlDecode("")
ปล. ไปหาใน google มาเจอ fucntion นี้ซึ่งสามารถแสดงบน browser เป็นตัวที่ถูกต้องได้ คือ оканал
แต่คลิกขวา view source ดูมันก็ยังเป็นแบบนี้อยู่ оканал
อยากให้ view source แล้วได้ตัวแบบนี้ оканал ต้องทำยังไงครับ
Function HTMLDecode(sText)
Dim I
sText = Replace(sText, """, Chr(34))
sText = Replace(sText, "<" , Chr(60))
sText = Replace(sText, ">" , Chr(62))
sText = Replace(sText, "&" , Chr(38))
sText = Replace(sText, " ", Chr(32))
For I = 1 to 255
sText = Replace(sText, "&#" & I & ";", Chr(I))
Next
HTMLDecode = sText
End Function
Tag : - - - -
|
|
|
|
|
|
Date :
2010-05-17 15:39:44 |
By :
oasjung |
View :
1526 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
asp ไม่น่าจะมีครับ
|
|
|
|
|
Date :
2010-05-17 21:48:44 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|