Re: Replace InsertImage with a new one?

  •  11-21-2007, 10:24 AM

    Re: Replace InsertImage with a new one?

    Hi again
     
    As you can see below I opens a subwindow with a .php function.
     
    if(command=="MyCmd")
    {
     popUpWin('../gemensam/tst.php','600','600','bild',false);
    return true;
    }
     
    The last thing I'd like to do from tst.php is to write something into the editor.. I tried this:
    <script>
    window.parent.editor1.PasteHTML("keso");
    </script>
     
    but it didnt work. Error parent.editor1.PasteHTML("keso"); is null or not an object.
     
    Regards
    Johan
     
View Complete Thread