fixed [ 915498 ] htmlArea - insert image WebGUI 6.0

This commit is contained in:
JT Smith 2004-03-26 01:22:57 +00:00
parent 7ee5a4a4bc
commit 6a3a4627f7
7 changed files with 30 additions and 10 deletions

View file

@ -10,7 +10,7 @@ if (window.dialogArguments) { opener = window.dialogArguments; }
var _editor_url = "../";
document.write('<scr'+'ipt src="' +_editor_url+ 'editor.js" language="Javascript1.2"></scr'+'ipt>');
var master = opener.master;
var parent_objname = location.search.substring(1,location.search.length); // parent editor objname
var parent_config = opener.document.all[parent_objname].config;
@ -128,4 +128,4 @@ function update_parent() {
<textarea name="editor" style="width:100%; height:300px"></textarea><br>
</body></html>
</body></html>