%
if InStr(Request.ServerVariables("HTTP_USER_AGENT"),"MSIE") then
Response.Write ""
else
Response.Write ""
end if
%>
Traditional Chinese Version (ASP example) -
Back
Special thanks to:
Jimsun
Agog Digital Marketing Strategy
Provides quality search engine optimization and web development service.
www.agogdigital.com
<%=Server.HTMLEncode(Request("inpContent"))%>
<%=Request("inpContent")%>
This example assumes that :
-
The location of Asset Manager add-on:
http://localhost/Editor/assetmanager/assetmanager.asp
-
The upload directory (base folder to browse):
http://localhost/Editor/assets/
(This can be flexibly changed. See documentation for more details)