的HTML我被要求添加到頁面是:在SharePoint 2010頁面上使用POST方法添加表單?
<div>
<div> Click below to enter</div>
<form id="formID" method=POST action="http://www.someWebsite.com">
<input type="submit" name="do_login" value="Log in" />
<input type="hidden" name="username" value="someUsername" />
<input type="hidden" name="password" value="somePassword" />
</form>
</div>
我知道,因爲已經有上創建的SharePoint我不能添加這樣的一個形式,我看了一下http://www.sharepointboris.net/2008/09/making-post-and-get-forms-from-sharepoints-pages/但是當我按照這個例子,保存SharePoint仍然會去掉大部分代碼,那麼我怎樣才能以另一種方式實現我想要的呢?
在此先感謝。
這不符合你描述的方式! – 2012-02-24 13:34:58