Forums

Log In & Log Out Button for our website

Last post 06-13-2008, 4:18 PM by courtney. 2 replies.
Sort Posts: Previous Next

     05-01-2008, 2:32 PM 10768

    • Sherryd is not online. Last active: 08-20-2008, 3:02 PM Sherryd
    • Top 25 Contributor
    • Joined on 11-01-2007
    • Shoreline Christian Center - Austin, TX
    • Posts 47

    Log In & Log Out Button for our website

    Can anyone tell me how to create a log in button & log out button for our website.  I have seen it on other websites that use F1 weblink.  Once they login they can sign up on any form on the website that uses weblink.  Also, we would like to create a general log out.  Any help would be appreciated.  I am not very code literate but, I know how to post it and add in our church code.
    | Filed under: , ,

     06-02-2008, 3:05 PM 11158 in reply to 10768

    Re: Log In & Log Out Button for our website

    Sherry,

          You can add the Log In & Log Out buttons by using the following code:

    function launchlogin(){
    window.open("https://integration.fellowshipone.com/integration/login.aspx?cCode=Jreag0Ai1cqKMpJuBHZXPg==", "","width=700,height=700,top=100,left=100,resizeable=1,scrollbars=no,menubar=no,toolbar=no,status=no,location=1")
    }
    function launchlogout(){
    window.open("https://integration.fellowshipone.com/integration/logout.aspx?cCode=Jreag0Ai1cqKMpJuBHZXPg==", "","width=700,height=700,top=100,left=100,resizeable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=1")
    }

    NOTE:  You will have to change the cCode which is your Church Code.  You can find this code by going to the WebLink tab, WebLink Setup, and then Integration Code.  You'll then see the Church Code in the middle of the screen.  Copy and past this to the code that is in bold above.

    Blessings,


    Mark Lindsley
    Delivery Manager
    | Filed under: ,

     06-13-2008, 4:18 PM 11336 in reply to 11158

    Re: Log In & Log Out Button for our website

    Can you tell me exactly where you post it within the existing code now?

    Thanks!

View as RSS news feed in XML