dongren1986 2016-12-31 17:25
浏览 497

如何使用POST通过单击图片来传递值?

As a personal project and learning exercise I created a personal "new tab" page (http://bionboy.github.io/newt-ab/).

I have since progressed in my learning and am currently teaching myself PHP. I would like to create a PHP form that logs what link I click so that I can see what links I use the most.

I am specifically having trouble passing a value with the pictures on my site and was wondering how I could do such a thing without editing the appearance.

So far I have decided that I will submit the value of the link clicked and then use the header() function in PHP to redirect to the desired website.

PS: I am also using JavaScript and Jquery on the site.

PS: I could potentially host this site on my personal server if that helps.

  • 写回答

3条回答 默认 最新

  • doufu1504 2016-12-31 17:38
    关注

    You can set value in attribute of picture then get it after click using javascript or jquery and send POST request with value.

    var value = $('#picture_id').attr('attribute_name');
    $.ajax({
        //...
        data: {value: value},
        dataType: 'json',
        //...
    });
    
    评论

报告相同问题?

悬赏问题

  • ¥15 2024-五一综合模拟赛
  • ¥15 如何将下列的“无限压缩存储器”设计出来
  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口