You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
895 B
19 lines
895 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
<script type="text/javascript" src='jquery.min.js'></script>
|
|
<script type="text/javascript" src='form.js'></script>
|
|
</head>
|
|
<body>
|
|
<form onclick="return false;" name="bill_form">
|
|
<p name="error_place" style="background: #ffc; display: none;"></p>
|
|
<input name="email" placeholder="Почта" type="text">
|
|
<input name="phone" placeholder="Телефон" type="text">
|
|
<input name="token" value="iLeeoRvQM7gpAyAglTi3" readonly style="display: none;">
|
|
<input name="service" value="k7vNYr2bg7q0oAznexWfsmd9ik91OtuVjizKJQuuaRiJ3aOr5I" readonly style="display: none;">
|
|
<button onclick="check_form($('[name=email]').val(), $('[name=phone]').val(), $($(this).parent()), $('[name=error_place]'))">Отправить</button>
|
|
</form>
|
|
</body>
|
|
</html> |