<!DOCTYPE html>
<html><head><title>HTML5 Template</title>
<body onload="init();" style="margin:0px;">
<div class="global_container" id="buttons_here">
<div class="container">
<!-- <h2 class="cta">Вопрос для BLS</h2>-->
<form action="#" method="post" class="phone_form">
<input id="button1" type="submit" class="btn_submit diss" enabled value="Вариант 1"/>
<input id="button2" type="submit" class="btn_submit diss" enabled value="Вариант 2"/>
<input id="button3" type="submit" class="btn_submit diss" enabled value="Вариант 3"/>
<input id="button4" type="submit" class="btn_submit diss" enabled value="Вариант 4"/>
</form>
</div>
</div>
<script>
//ССылка для первой кнопки
var url_ajax1="https://dsp.upravel.com/pixel?type=img&action=action1&id=1&goal=view"
//ССылка для второй кнопки
var url_ajax2="https://dsp.upravel.com/pixel?type=img&action=action2&id=2&goal=view"
$(document).on("click", "#button1", function(){
$.ajax({
type: "GET",
url: url_ajax1,
dataType: 'jsonp',
success: function (data){
thankYou() }, error: function (error) { thankYou() }, statusCode:{ 302:function(){ thankYou() } }
});
return false;
})
$(document).on("click", "#button2", function(){
$.ajax({
type: "GET",
url: url_ajax2,
dataType: 'jsonp',
success: function (data){
thankYou() }, error: function (error) { thankYou() }, statusCode:{ 302:function(){ thankYou() } }
});
return false;
})
function thankYou(){
// отрисовка успешного выбора
}
</script>
<!--${HTML_IMPRESSION_TRACKING_URLS}-->
<!--${3RD_CLICK_TRACKING_URL}-->
</body>
</html>