Search

You searched for the word(s): userid:838055

Matching Posts

  • Re: Sharepoint Forms Auth Remember Me Checkbox

    Hi! I know, this thread is old, but just in case someone else lands up here..... We had the similar problem and we worked around by adding the following script to our custom login page.... <script> try { var e = document.getElementById("ctl00_PlaceHolderMain_login_RememberMe"); e.checked = true; var e1 = document.getElementById("tdRememberme"); e1.style.display="none"; } catch(e) { alert(e); } </script> Ofcourse you would need to add id="tdRememberme"
    Posted to Windows SharePoint Services Hosting (Forum) by abhitrig on 11/14/2008
    Filed under: sharepoint, SharePoint 2007, MOSS 2007, Remember Me Checkbox, wss 3.0, moss2007
Page 1 of 1 (1 items)