Цветовая схема: C C C C
Размер шрифта: A A A
Кернинг: 1 2 3
Изображения:
  • 670004,г. Улан-Удэ, ул. Рабочая, 1а
  • +7 (3012) 37-20-66, 37-20-52, 37-18-44, 37-11-83
  • [email protected]

Задать вопрос

CAPTCHA

', resizable: false, height: '198', width: '400'}); Dialog.SetButtons([ { 'title': 'Отправить', 'id': 'action_send', 'name': 'action_send', 'action': function(){ BX.ajax.submit(BX("help_form")); this.parentWindow.Close(); } }, { 'title': 'Отмена', 'id': 'cancel', 'name': 'cancel', 'action': function(){ this.parentWindow.Close(); } } ]); Dialog.Show(); } } function getSelectedText(){ if (window.getSelection){ txt = window.getSelection(); } else if (document.getSelection) { txt = document.getSelection(); } else if (document.selection){ txt = document.selection.createRange().text; } else return; return txt; }