Your IP : 216.73.216.170
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");?>
<!--<iframe src="/jsbot/ajax.php" width="500px" height="500px" scrolling="no"></iframe>-->
<style>
.chat_right_corner {
display: block !important;
}
</style>
<script>
$(function () {
$('.chat_right_corner').click(function() {
// $.ajax({
// url: '/jsbot/ajax.php',
// data: '',
// method: 'get',
// success: function (data) {
$('.chat_right_corner').addClass('chat_active').html('<iframe src="/jsbot/ajax.php" width="600px" height="600px" scrolling="no"></iframe>');
// }
// });
});
});
</script>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>