You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/media/前台调用方法.txt

15 lines
585 B
Plaintext

<script language="javascript">
//快速图片上传
function openKCFinder_fast() {
window.CallBack=oopenKCFinder_fast_callback;
window.open('/media/popselectpicture.php?site_lgc=1', 'kcfinder_textbox', 'status=0, toolbar=0, location=0, menubar=0, directories=0,resizable=1, scrollbars=0, width=800, height=600' );
}
function oopenKCFinder_fast_callback(result) {
var site_image_url='http://images.chinahighlights.com';
if (result != null && result.Pinfo[0]) {
$.modaldialog.success("图片地址:<br/>"+site_image_url+result.Pinfo[0].PUrl);
}
}
</script>