热度 2|||
<tr>
<td style="padding-top: 10px;"><input class="public-button" type="button" tabindex="4" value="登录" onclick="javascript:checklogin();"></td>
</tr>
<script language="javascript">
function checklogin()
{
var account=form1.email.value;
account=account.replace(/(^\s*)|(\s*$)/g, "")
if (account=="")
{
alert("用户名不能为空。");
return;
}
var pwd=form1.password.value;
var url=window.location.href.replace(window.location.pathname,"");
var href1="delit://login/ACCOUNT="+ account +"&PWD="+pwd+"&URL="+url;
window.open(href1,"_self");
setTimeout("clock();",5000)
}
</script>
|
<a href ="delit:///">网页登录开发平台示例</a> |
select id from delit_sys_menus where menu_name = '党办主页' |
<a href ="delit://党办主页菜单ID值/">开发平台</a> |
Powered by Discuz! X3.2
© 2001-2013 Comsenz Inc.