Extract image from localhost

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
eayvl
User
Posts: 315

Extract image from localhost

Post by eayvl »

Hi, I'm trying to extract the image from localhost "phpimages\png\star.png", but I can not get it

$(document).ready(function() {

$('.ewFilterOption ').append('&nbsp;&nbsp;&nbsp;<a href="excel-download/Reporte%20Inversiones.xlsm" title="Descarga Archivo Inversiones" class="ewHome" data-original-title="Inicio"><img src='phpimages\png\star.png'></span></a>');

});

Thnaks


arbei
User
Posts: 9396

Post by arbei »

You can not put single quoted string inside single quoted string and you should use "/" not "\" as path delimiter.


eayvl
User
Posts: 315

Post by eayvl »

thanks, resolved!


Post Reply