The forum operates in read-only mode. Please head to StackOverflow for support.
var sLink = '<a href="#" onclick="OpenFile(\'http://www.domain.com/uploads/' + ProtectPath(fileUrl) + '\');return false;">' ;
<script type="text/javascript"> var myURL = (""+"http://"+uri.dom+"/"+uri.path); //document.write(myURL); //using myURL below </script>
<script type="text/javascript"> var myURL = location.href.match(/^.*\//); //alert(myURL); //using myURL below </script>
var sLink = '<a href="#" onclick="OpenFile(\''myURL + ProtectPath(fileUrl) + '\');return false;">' ;
Re: Image path inserted into editor
Re: Image path inserted into editor
Re: Image path inserted into editor
Only one thing though...
"ProtectPath("
<script type="text/javascript"> var myURL = (""+"http://"+uri.dom+"/"+uri.path); //document.write(myURL); //using myURL below </script>"http://www.domain.com/uploads/"
Re: Image path inserted into editor
How does work:
absolute URLhttp://www.mydomain.com
even in fckeditor email send
priyesh.ak38@gmail.com