Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit

Started by Pintexx Support at 10-07-2005 8:24 . Topic has 0 replies.

Print Search
Sort Posts:    
   10-07-2005, 8:24
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
Setting path parameters in global.js (or dynamicly) (ASP,JSP,PHP)

If you want to set a parameter that conatins a physical path like

globalImagePathAbsolute

then do it like this:

Windows
"c:/myweb/mydomain/myimages/"

---> Do NOT use \ but /
---> Do not use \\ but /
---> Add an / at the end


Linux/Unix
"/myweb/mydomain/myimages/"

---> Do NOT use \ but /
---> Add an / at the end



   Report 
Pintexx Forum » Knowledge Base » pinEdit » Setting path parameters in global.js (or dynamicly) (ASP,JSP,PHP)