javascript and html

  1. developpersoft

    JavaScript How to transfer payment from website to bank account?

    Hi, I hope you're well Please I Have a Website for payment form I need the code to let user transferring payment from website to bank account . here is the code for payment form so I need someone to add javascript code for transaction. <button type="button" class="btn btn-primary launch"...
  2. AndyMack

    JavaScript How To Make a GIF Move with Arrow Keys?

    I made a code, trying to make a little character run around my screen, but I cannot figure out where I went wrong. HELP! When I ran the code, the GIFs all went in different directions, but i cannot make them stay together. I cannot figure out how to make the GIFs only work when that individual...
  3. P

    Add a button on the single page product that add's the product to the cart with an amount of 0$

    I want to show a button in my single product page template that says "Try at home for free" under the product description and when you press the button it will add the product to the woocommerce cart with an amount of 0$. I'm using woocommerce with elementor. I have the following PHP code on...
  4. V

    Want to cretae a script for FIFO

    I have a database with lot No and quantity as below. I have to use first in first out concept (FIFO) to issue these materials LOTNO Quantity 1 2 2 4 3 13 If requested quantity is 1 the i have to decrease quantity of lotNo 1 by 1 if the requested quantity is more than the quantity...
  5. J

    JavaScript Javascript to put into bookmark to link to a specific line of text

    Hello, I need support on linking to a specific part of a website that has a drop down. I have tried the chrome extension link to fragment. It will not open the drop down and show the text as a bookmark. It just pulls up the website. What do I need to type in to display the website and open...
  6. A

    Save password in chrome

    Dear All, I am working in a MNC and my chrome is protected by the company's. Recently, they have restricted to save the login credential in the chrome, due the same I have to write 40-50 password in difference government portal. The company also do not allow to use any external chrome...
  7. Idle Commander - The Dev

    JavaScript Why is my first test good then my second goes bonkers

    I have this battle game and the first time you click battle it goes really smooth and well and does everything needed but once I clicked the button again there is supposed to be a 3-4 second gap between all the attacks to each other but it does something like this (1 _ is a second an "at" is an...
Top Bottom