Hello!
Can't find the answer ....
I am reading in values to an array:
arrVal=new Array("\\server1\c$\Program Files\MyApp\file.xml",\\server2\c$\Hello\file.xml")
But JavaScript keeps removing my slashes so how can I do the above?
Can I set separate variables, like var item1 = "\\server...." and somehow state I wish to keep tha slashes?
Please help!
Can't find the answer ....
I am reading in values to an array:
arrVal=new Array("\\server1\c$\Program Files\MyApp\file.xml",\\server2\c$\Hello\file.xml")
But JavaScript keeps removing my slashes so how can I do the above?
Can I set separate variables, like var item1 = "\\server...." and somehow state I wish to keep tha slashes?
Please help!