D
D
Daniil Sukhikh2018-03-14 14:58:59
HTML
Daniil Sukhikh, 2018-03-14 14:58:59

How to send a get request to another site?

There is such a form

<form id="form" method="GET">
    <p><input type="number" name="sum"></p>
    <p><input type="text" name="account"></p>
                <p><input type="text" name="desc"></p>
    <p><input value="Отправить" id="but" type="button"></p>
  </form>

How to send this data via the link https://unitpay.ru/pay/, like this:
https://unitpay.ru/pay/ PUBLIC KEY?
sum=10& account=demo& desc=Payment description

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nurlan, 2018-03-14
@danchiksux

htmlbook.ru/html/form/action

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question