|
|
pinEdit
Started by Pintexx Support at 10-07-2005 8:24 . Topic has 0 replies.
 
 
|
|
Sort Posts:
|
|
|
|
10-07-2005, 8:24
|
Pintexx Support
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
|
|
|
|
|
|