Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Быстрая цитата при помощи Proxomitron! 
Author Message
Batya



PostPosted: Fri Aug 25, 2006 15:12    Post subject: Reply with quote

CaptainFlint wrote:
Что ж, опять-таки, если есть желающие помочь - велкам. А у меня знаний JavaScript для этого недостаточно (да и времени сейчас не так много - в работу надо вливаться).

Подсмотрел на старом форуме. Надо вместо
Code:
var selection = document.getSelection();

писать
Code:
var selection; if (document.getSelection){selection=document.getSelection()}else if (document.selection){selection=document.selection.createRange().text;};
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group