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) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -