Question : active directory user account only email

i have a user account in active directory which uses only email. how can i disable his window login that she can continue to download her mail at home (pop3)?

thanks.

Answer : active directory user account only email

try this code.....

    <script type="text/javascript">
        if ($.browser.msie) {
            // Put your Activebar calling code in here
            $(function() {
                // Everything inside this function will be automatically executed
                // after the page has been loaded and the DOM is complete

                $('<div></div>').html('Internet Explorer. This information bar is loaded with this page and can contain useful information for users.').activebar();
            });
        } else {
            $(function() {
                // Everything inside this function will be automatically executed
                // after the page has been loaded and the DOM is complete

                $('<div></div>').html('This information bar is loaded with this page and can contain useful information for users.').activebar();
            });
        }    
    </script>
Random Solutions  
 
programming4us programming4us