2013-05-05 52 views
0

我使用什么是Highslide JS在我的网站上显示照片。我非常喜欢,但问题是用户想知道一些统计数据 - 查看他们照片的人的昵称,每张照片的点击次数等。Highslide:打开照片时是否可以向php脚本发送背景请求?

有什么方法可以添加额外的细节(如我的例子中的id =“25-478”)链接到用户使用Highslide JS打开照片时发送给php脚本?

<a href="/x.jpg" class="highslide" id="25-478" onclick="return hs.expand(this,{slideshowGroup: 'grp1'})"><img src="/x.jpg" alt="" title="" /></a> 

回答

相关问题