Wobbler
07-28-2003, 05:39 PM
opener = window.dialogArguments;
var _editor_url = opener._editor_url;
var objname = location.search.substring(1,location.search.length);
var config = opener.document.all[objname].config;
var editor_obj = opener.document.all[objname];
var editdoc = editor_obj.contentWindow.document;
I tried everything but I always get an error on row 16 (var editdoc......)
the code that opens the ModalDiolog:
showModalDialog(_editor_url + "editor/table.html?"+objname,window,"resizable: no; help: yes; status: no; scroll: no;dialogHeight:18em ");
_editor_url sets the path from root directory (Currently set to "")
objname sends a string with the name of the form to the ModalDiaolog (Currently set to "editor")
var _editor_url = opener._editor_url;
var objname = location.search.substring(1,location.search.length);
var config = opener.document.all[objname].config;
var editor_obj = opener.document.all[objname];
var editdoc = editor_obj.contentWindow.document;
I tried everything but I always get an error on row 16 (var editdoc......)
the code that opens the ModalDiolog:
showModalDialog(_editor_url + "editor/table.html?"+objname,window,"resizable: no; help: yes; status: no; scroll: no;dialogHeight:18em ");
_editor_url sets the path from root directory (Currently set to "")
objname sends a string with the name of the form to the ModalDiaolog (Currently set to "editor")