⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kannel.js

📁 主要包括sms网关和wap网关实现说明和源码
💻 JS
字号:
function admin_url(command, url, passwd) {    if (passwd == "") {        passwd = prompt("Please enter admin password for this Kannel instance:", "(enter admin password here)");    }    check = confirm("Are you sure you want to '"+command+"' bearerbox from this Kannel instance?");    if (check == true) {        admin_window = window.open("","newWin","width=350,height=150,left=0,top=0");        admin_window.location.href = url + "?password=" + passwd;    }    location.reload();    self.focus();}function admin_smsc_url(command, url, smsc, passwd) {     if (passwd == "") {        passwd = prompt("Please enter admin password for this Kannel instance:", "(enter admin password here)");    }    check = confirm("Are you sure you want to '"+command+"' the smsc-id '"+smsc+"' on the Kannel instance?");    if (check == true) {        admin_window = window.open("","newWin","width=350,height=150,left=0,top=0");        admin_window.location.href = url + "&password=" + passwd;    }    location.reload();    self.focus();}function do_alert(text) {    alert(text);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -