src_cetemp parameter?

  •  04-25-2007, 1:55 AM

    src_cetemp parameter?

    We uploaded a .bmp file to the editor, then 'selected' that image with the mouse.   Within a javascript routine, the following code
     
    var editor1 = document.getElementById('');
    var editor1doc = editor1.GetDocument();
    var selectedhtml = editor1doc.selection.createRange().htmlText;
    returns as the value of 'selectedhtml' the following:
     
    "<DIV><IMG height=200
    src="\LabTrackDev3Oracle\NotebookImages\Demo.42.1\Blue.bmp"
    width=200 border=1
    src_cetemp="\LabTrackDev3Oracle\NotebookImages\Demo.42.1\Blue.bmp"></DIV>"
     
    My question is:  what is the src_cetemp parameter and where does it come from?   That is not something we put in, it seems like it must have been put there by CuteSoft.
View Complete Thread