%
if InStr(Request.ServerVariables("HTTP_USER_AGENT"),"MSIE") then
Response.Write ""
else
Response.Write ""
end if
%>
Dansk Version (ASP example) -
Back
(Special thanks to: Lars Hansen / www.knappekragh.dk)
<%=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)