首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 企业软件 > 行业软件 >

单点登录的交付按钮,没有反映? 始终无法提交到下个页面

2013-06-25 
单点登录的提交按钮,没有反映? 始终无法提交到下个页面我按照网上这篇文章(http://hi.baidu.com/%C4%F9%C5

单点登录的提交按钮,没有反映? 始终无法提交到下个页面
单点登录的交付按钮,没有反映? 始终无法提交到下个页面

我按照网上这篇文章(http://hi.baidu.com/%C4%F9%C5%CC%B7%C9%C9%FD/blog/item/007c66d9c1118a2733fa1cdd.html)配置单点登录,OA的用户名和密码已经取出来了,但是提交按钮一直没有反应,无法提交到下个页面,折腾了好几天,始终没有解决,希望各位老师在百忙之余帮忙看看,小弟万分感谢了!

我的流程是这样的,先用VS2010建了一个空白SharePoint项目,然后在项目里新建了一个SharePoint应用程序页面,最后直接部署到站点。无论试了多少次,提交按钮一直没有反映,真是郁闷死了。 

<asp:Content ID="Main" ContentPlaceHolderID="PlaceHolderMain" runat="server">
 <form action="http://all.hx.cn/oa/Login.aspx" method="POST" name="LoginForm"autocomplete="off">   
     <%--<div style = "display:none">--%>
     <div>
         <input name="username" runat="server" id="username" type="text" /><br />
         <input name="password" runat="server" id="password" type="text" />
         <br />
         <input type="submit" value="提交" />     
     <asp:Label ID="LabMsg" runat="server"></asp:Label>
     </div>
     </form>

<script type="text/javascript">
    window.onload = function () {
        document.LoginForm.submit();
    };
</script> 

</asp:Content>

程序下载地址:
http://www.sharepointchina.com/static/upload/image/2012/8/16/11049781180836512.rar
[解决办法]
可能是死了master page了

热点排行