|
|
|
เรื่อง ใน Textbox ทำไงดีค่ะ ใน textbox ไม่ยอมแสดงข้อความหลัง พอดีเห็นในเวปมีเรื่องนี้อยู่เหมือนกัน |
|
|
|
|
|
|
|
ทำไงดีค่ะ ใน textbox ไม่ยอมแสดงข้อความหลัง " พอดีเห็นในเวปมีเรื่องนี้อยู่เหมือนกัน แต่ ไม่รู้ว่าจะต้องเอาไปวางไว้ตรงไหนอ่ะค่ะ
<%
Private Function checktext(ByVal strInputword)
strInputword = Replace(strInputword, "'", "’", 1, -1, 1)
strInputword = Replace(strInputword, """", """, 1, -1, 1)
strInputword = Replace(strInputword, "<P>", "", 1, -1, 1)
strInputword = Replace(strInputword, "<P align=left>", "", 1, -1, 1)
strInputword = Replace(strInputword, "<P align=center>", "", 1, -1, 1)
strInputword = Replace(strInputword, "<P align=right>", "", 1, -1, 1)
strInputword = Replace(strInputword, "</P>", "", 1, -1, 1)
strInputword = Replace(strInputword, "<BR>", "", 1, -1, 1)
strInputword = Replace(strInputword, "</BR>", "", 1, -1, 1)
checktext=strInputword
end function
%>
<%
'-------------- ใช้แปลงค่าก่อนเก็บลงฐานข้อมูล --------------------
detail=checktext(request.Form("detail"))
%>
ใครรู้ช่วยหน่อยนะคะ
Tag : - - - -
|
|
|
|
|
|
Date :
16 มี.ค. 2550 14:03:22 |
By :
ใหม่ |
View :
1664 |
Reply :
0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|