Показать сообщение отдельно
  #7 (permalink)  
Старый 07.09.2019, 22:06
Аватар для рони
Профессор
Отправить личное сообщение для рони Посмотреть профиль Найти все сообщения от рони
 
Регистрация: 27.05.2010
Сообщений: 33,068

karnager,
<!DOCTYPE html>

<html>
<head>
  <title>Untitled</title>
  <meta charset="utf-8">
  <style type="text/css">
  </style>


</head>

<body>
<form action="call2/5" method="post" class="bp">test click</form>
 <form action="order2/5" method="post">test click</form>
 <form action="order/5" method="post">test click</form>
 <form action="order/5" method="post">test click</form>
 <form action="order/5" method="post">test click</form>
 <form action="call" method="post">test click</form>
 <form action="feedback" method="post">test click</form>
<script>

document.write(( function(selector) { return [...document.querySelectorAll(selector)].map(form => form.getAttribute("action")) })("form"));

  </script>
 </body>
</html>
Ответить с цитированием