Problem with relative/absolute paths and EditCompleteDocument

  •  08-20-2007, 12:29 AM

    Problem with relative/absolute paths and EditCompleteDocument

    Hello Adam,
     
    I have a problem with the following:
    Our customers can write html document for sending an email. The can edit the complete document and have to add an image to an complete url, different from the domain they are working in(http://maintenenace.asite.com/), for example http://www.anothersite.nl/myimage.jpg.
    I use the following setting:
    editor.ImageGalleryPath = "/images"
    editor.URLType = "SiteRelative"
    editor.BaseHref = "http://www.anothersite.nl"
    editor.EditCompleteDocument = true
     
    It works fine if I set
    editor.EditCompleteDocument = false
    not if I set
    editor.EditCompleteDocument = true
     
    You can see an example on:
     
    Can you help me with this????
     
    NB I use CuteEditor for ASP 6
     
    Kind regards,
    Marcel
     

View Complete Thread