How to Transfer data from a POPUP window to CuteEditor using Javascript(Without Page refresh)

  •  04-10-2007, 8:48 AM

    How to Transfer data from a POPUP window to CuteEditor using Javascript(Without Page refresh)

    I have a page with a button and Cuteeditor in it.When I click the button,a popup will appear.On that popup i have a textbox and an insert button. When I click that button,the value which the user entered in the textbox has to be displayed in the cuteeditor textarea. This has to be done using Javascript.


    Note

    1.I am working in ASP.NET+VB.NET in Visual Studio 2003


    I used the below code in the button click of the insert button in the popup.

    opener.document.getElementById('Layout:_ctl0:ftbContent').value = selected="true"value;

    But its not working!

View Complete Thread