hi, 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.
but 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?
thanks