点击进入知科官方网站
查看: 1616  |  回复: 3
 
 
0511ycom
积分:665
注册时间:2012-04-19
最后登录:2014-11-20
发送短消息
发表于 2014-11-20 10:12
页面地址:http://www.0511y.com/

问题描述:请教老大如何调用其他模板用户登录,

截图说明:http://www.0511y.com/
 
 
Official服务
积分:16745
注册时间:2012-01-02
最后登录:2015-09-24
发送短消息
回复于 2014-11-20 11:27
1楼
 check_login 这个没有复制过来吧
 
 
Official服务
积分:16745
注册时间:2012-01-02
最后登录:2015-09-24
发送短消息
回复于 2014-11-20 11:27
2楼
网站FTP或网站后台发到我QQ  我给改下帮你调试这个登录
 
 
0511ycom
积分:665
注册时间:2012-04-19
最后登录:2014-11-20
发送短消息
回复于 2014-11-20 11:30
3楼
 <script type="text/javascript" src="/index/2/skin/public.js"></script>
<link type="text/css" rel="stylesheet" href="/index/2/skin/grafting.css" />
<div class="topbar_box" id="PageTopBar">
            <div class="hto">       
                <asp:Panel ID="Panel1" runat="server" CssClass="fl">            
                    <table border="0" cellpadding="0" cellspacing="0"><tr><td><div class="col1">用户名</div></td><td><input type="text" id="city_user" maxlength="200"  class="index_2_inp1" tabindex="1" onKeyUp="logininputonkeyup(event)" /></td><td><div class="col2">密码</div></td><td><input type="password" id="city_pwd" maxlength="20" class="index_2_inp1" tabindex="2" onKeyUp="logininputonkeyup(event)" /></td><td><input type="button" id="head_login_btn" class="index_2_but1" value="登录" onMouseOver="hover(this,0.8)" onMouseOut="hover(this,1)" tabindex="3" onClick="SetCookie('CK_city_user',document.getElementById('city_user').value,365);return check_login()" /></td><td><input type="button" class="index_2_but1" value="注册" onMouseOver="hover(this,0.8)" onMouseOut="hover(this,1)" onClick="window.location='/user/reg.htm?ReturnUrl='+base64en(location.href)" /></td><td><input type="button" class="index_2_but2" value="找回密码" onClick="window.location='/user/login.htm?open=findpwd'" /></td><td><a href="/user/logintoqq.aspx" target="_blank"><img alt="用QQ号登录" src="/index/2/skin/index_2_qq_login_btn.gif" /></a></td></tr></table>         
                </asp:Panel>
                <asp:Literal ID="Literal_topbar_userinfo_ForDZ" runat="server"></asp:Literal>
                <asp:Literal ID="Literal_topbar_userinfo" runat="server"></asp:Literal>
                <div class="fr">
                    <table border="0" cellpadding="0" cellspacing="0">
                        <tr>
                            <td><div class="col1"><a href="/plugin/addmod/do.htm" target="_blank">快速发布</a></div></td>
                            <td><div class="col2"><a href="/plugin/sitemap/" target="_blank">网站地图</a></div></td>
                            <td><div class="col3"><a href="/user/feedback.htm?parentid=1" target="_blank">留言建议</a></div></td>
                        </tr>
                    </table>
                </div>
                <div class="clear"></div>
            </div>
</div>
回复帖子