How to make the browser display image with same name and not the cached one?

adham

New Member
I have solved this with PHP by adding the 'time()' to the img src tag.But how is it done with Javascript, same way?Here is my code: \[code\] th_div_html+= "<img src='"+path_th_img+"' class='shadow2' style='margin:7px;' onclick='imageShow("+z+");'>";\[/code\]I'm better with PHP than javascript so I need your help on this one.How can I add something like the 'time()' function to this img tag with javascript ?Thanks
 
Back
Top