Re: image insert with https

  •  04-21-2009, 1:41 AM

    Re: image insert with https

    Hi Benava,
     
    adding the code below into the bottom of the page
     
    <script>
    function CuteEditor_FilterHTML(editor,code)
    {
     return code.replace((/\bhttp\b/g), "https");
    }
    </script>
     
     
    Regards,
     
    Ken
View Complete Thread