How to send data in the same way as when clicking on a link via html tag?
There is a field for input. After filling it in, by pressing the enter button, the data should be sent. If I use a form
then the data is not sent as it should, and I cannot get the value. Since you need to go through the tag <a>
, but you can not enter values in it as in input
.
<form action="http://hostname/index.php"> <input type="search" name="Поиск"> </form>
a
, but through the form. <a href="basic/web/index.php?r=admin_panel/access/access/index&page=1"> - gilo1212