Passing EditorID on querystring

  •  03-04-2008, 4:06 PM

    Passing EditorID on querystring

    Adam,
     
    We are using CuteEditor for ASP V5.2 Small Business
     
    We spoke yesterday (3/4) about passing the Editor ID on the UC querystring.
    I have updated the include_CuteEditor.asp to include the Editor ID on the UC querystring.
    This is what is being generated:
    <script language="JavaScript" src="http://cutesoft.net/ContentManager/CuteEditor_Files/winIE.js.asp?UC=en-en;Editor=Editor1"></script>
     
    I updated the Include_GetString.asp to parse out the Culture code and the Editor ID.
    The Editor is still working but its not passing the EditorID on the querystring to the InsertImage.asp page.
     
    How do I get the EditorID to be passed to the InsertImage.asp, InsertDocument.asp,etc?
     
    I assume I cannot do the following for the 2nd & 3rd Editor:
    Editor2.subsequent = "true"
    Since this will not cause the <script ....> tag to be generated for each Editor?
     
    Thanks,
    Dave
     
View Complete Thread