jquery - javascript image path forward slash removed -


I am trying to get the right path, from which I can set the image URL in javascript. I am trying with this approach:

  & lt; IMG BORDER = "0" width = "100" height = "50" style = "margin-right: 5px;" ALIGN = "left" SRC = '+ decoderIconcontent (data.logofilename) +' & gt;   

This is what I'm getting for the price: Image Details Here Enter

and the value is coming from the database like this:

\ images \ logos \ a08a9656-9a0f-414d-8bcd-f8515e1260a3_logocolortextbelow.jpg

Any ideas how can I deal with this? Thanks in advance, Lajial

What kind of server is sending you data? You need to send the data back to the server, such as avoiding those characters -

  \\ Images \\ Logo \\ a08a9656-9a0f-414d-8bcd-f8515e1260a3_logocolortextbelow.jpg    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -