5UCMS实用教程:自定义页面和标签加上FCK编辑器
1、修改标签
找到admin/admin_label.asp文件
查找<textarea name="oCode" id="oCode" style="width:98%;height:400px;" onfocus="hCode.style.color='red';" onblur="hCode.style.color='#ccc';"><%=Server.HtmlEncode(U.vCode)%></textarea>
...
1、修改标签
找到admin/admin_label.asp文件
查找<textarea name="oCode" id="oCode" style="width:98%;height:400px;" onfocus="hCode.style.color='red';" onblur="hCode.style.color='#ccc';"><%=Server.HtmlEncode(U.vCode)%></textarea>
...
Set Rs = Nothing
Conn.Close : Set Conn = Nothing
If Err Then
Err.clear
Post = false
vLastError = Err.Description : response.write "Err: "&vLastError
Exit Function
End If
Post=true
Set Rs = Nothing
Conn.Close : Set Conn = Nothing
If Err Then
Err.clear
Post = false
vLastError = Err.Description : response.write "Err: "&vLastError
Response.Write "<meta http-equiv=""refresh"" content=""1"" />"
Response.Flush
Response.end
Exit Function
End If
Post=true