$.ajax({ type: 'POST', url: 'c5-2.php', data: 'angle='+angle, success: function(msg){ alert( 'Данные переданы серверу! ' + msg ); } });"