|
In the below code, why are you using "\" after the filename?
document.write("<img src=\""+FILENAME+"\"></img>");
Check the output from the clients side, I mean check the HTML using view-> source from the browser after the page gets loaded. Check if the html appears correctly.
|