I am passing a path as an argument in a Javascript.
For example I am passing a path as c:\my documents\user\aa.jpg
when registering Javascript in client side.
When calling this in a function say, function js(d)
then the slash goes missing, hence the value of 'd' becomes c:mydocumentsuseraa.jpg
What to do?