Код: Выделить всё
http://qwerty.ru/forum/posting.php?mode=smilies&f=6
Uncaught exception: ReferenceError: Security error: attempted to read protected variable
Error thrown at line 45, column 1 in initInsertions() in http://qwe.ru/forum/styles/prosilver/template/editor.js:
var textarea = doc.forms[form_name].elements[text_name];
called from line 1, column 0 in <anonymous function>(event):
initInsertions();Код: Выделить всё
function initInsertions()
33{
34 var doc;
35
36 if (document.forms[form_name])
37 {
38 doc = document;
39 }
40 else
41 {
42 doc = opener.document;
43 }
44
45 var textarea = doc.forms[form_name].elements[text_name];
46 

