点击href链接后我想在新标签页上显示图片但是它不起作用,为了我的测试目的,我添加了一个在新标签页中打开的谷歌链接,但图片文件没有在新标签页中打开...下面我正在给我的代码。
var photoName = '<a href="D:/VS_Editor/Abc Static/new/pqr.Admin/UploadImage/' + response[i].DocumentName + '" target="_blank">' + response[i].DocumentName + '</a></td>';
这不是woking,但是为了我的测试目的,修改了代码并使用了google链接,这是有效的,下面是代码
var photoName = '<a href="http://www.google.com" target="_blank">' + response[i].DocumentName + '</a></td>';
“D:/ VS_Editor / Abc Static / new / pqr.Admin / UploadImage /'+ response [i] .DocumentName +'”