Thursday, May 30, 2013

Place buttons and redirect user to the specific list using content editor webpart

<script language="javascript" type="text/javascript">
    function Browse1()
    {        window.location.href="http://ecf.pfizer.com/sites/ArgusKB/Lists/Knowledge%20Base/Approved%20Business%20entries%20only.aspx"
    }
    function Submit1()
    {
window.location.href="http://ecf.pfizer.com/sites/ArgusKB/Lists/Knowledge%20Base/NewForm.aspx?RootFolder=%2Fsites%2FArgusKB%2FLists%2FKnowledge%20Base&ContentTypeId=0x01030036E26ADE29AAC444AB57E43C7B8EB6CB&Source=http%3A%2F%2Fecf%2Epfizer%2Ecom%2Fsites%2FArgusKB%2FLists%2FKnowledge%2520Base%2FApproved%2520Business%2520entries%2520only%2Easpx"
    }
   function Audience1()
    {
window.location.href="http://ecf.pfizer.com/sites/ArgusKB/Lists/Knowledge%20Base/Audience_2.aspx"
    }</script><table style="width: 100%"><tbody><tr><td style="font-size: medium"><p align="left"><a href="/sites/ArgusKB/Lists/Knowledge%20Base/NewForm.aspx?RootFolder=%2Fsites%2FArgusKB%2FLists%2FKnowledge%20Base&amp;ContentTypeId=0x01030036E26ADE29AAC444AB57E43C7B8EB6CB&amp;Source=http%3A%2F%2Fecf%2Epfizer%2Ecom%2Fsites%2FArgusKB%2FLists%2FKnowledge%2520Base%2FApproved%2520Business%2520entries%2520only%2Easpx"><input id="Button3" onclick="Submit1()" size="13" type="button" style="background-color: lightblue; width: 140px; height: 24px"/></a> <a href="/sites/ArgusKB/Lists/Knowledge%20Base/Approved%20Business%20entries%20only.aspx"><input id="Button1" onclick="Browse1()" size="62" type="button" style="background-color: lightblue; width: 140px; height: 24px"/></a> <a href="/sites/ArgusKB/Lists/Knowledge%20Base/Audience.aspx"><input id="Button1" onclick="Audience1()" size="62" type="button" style="background-color: lightblue; width: 200px; height: 24px"/></a> </p></td></tr></tbody></table>

No comments:

Post a Comment