I am opening a popup window using a javascript function. The popup is called from an asp page, thru a link i.e. when you click on a link a pop up opens. The file path is passed as a parameter from the asp file to the javascript function. However, this does not work when there is a space in the file name or even in the path(i.e. the folder name). The path to the image file is correct though. I have used Server.URLEncode, unescape functions but to no avail.
Ideas anyone, thanks.
Ideas anyone, thanks.