How to make a CLICKABLE IMAGE in HTML

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024

ความคิดเห็น • 9

  • @muhammadaslam1167
    @muhammadaslam1167 8 หลายเดือนก่อน

    It's easy for U ...cuz U already know how it's done

  • @mysteriousvenuss
    @mysteriousvenuss 7 หลายเดือนก่อน

    it doesnt go to my link how its possible if i done everything you said?

  • @spaceniceguy
    @spaceniceguy ปีที่แล้ว

    thx mate

  • @german2463
    @german2463 3 ปีที่แล้ว

    Thanks a lot

  • @9ineIives
    @9ineIives ปีที่แล้ว

    tysm!

  • @alokranjansanga6759
    @alokranjansanga6759 4 ปีที่แล้ว +2

    Can we save clickable image in gallery

    • @MelvinAdekanye
      @MelvinAdekanye  4 ปีที่แล้ว +2

      Oh I see. So if you were to click on an image it would download it to the users computer. I don't think that's possible. But it's something to look into.

    • @alokranjansanga6759
      @alokranjansanga6759 4 ปีที่แล้ว

      @@MelvinAdekanye {RhymBil} thanks to reply I want to ask one more question can we store mouse click coordinate in array
      My code below here
      function readMouseMove(e){
      var result_x = document.getElementById('x_result');
      var result_y = document.getElementById('y_result');
      result_x.innerHTML = e.clientX;
      result_y.innerHTML = e.clientY;
      }
      document.onmousemove = readMouseMove;
      Document that reads mouse movement
      0
      0

    • @MelvinAdekanye
      @MelvinAdekanye  4 ปีที่แล้ว +1

      @@alokranjansanga6759 Yes it is. You can use local Storage. Here's a simple tutorial I made here: th-cam.com/video/6R9SaZdyaVU/w-d-xo.html