标签: php jquery html css ajax
在图像上单击日期时,应打开新选项卡并将该日期txt文件加载到新选项卡中 例如,在新标签页中单击28/03/2019时,应打开image dates should be clickable and on click specific text file should get open`
image dates should be clickable and on click specific text file should get open
答案 0 :(得分:1)
根据您的问题:
<a href="28-03-2019.txt" target="_blank"> <img src="image_name.jpg"/> </a>