I’m using a RCM 2200. I have an embedded webpage that requries a username and password to access the page via the dynamic C user table. When a client tries to access this page via mozilla or IE prompts a pop up box and requires the client to enter at username and password everything works fine there. What I’m trying to do is have a button on the webpage so that the client can “logout” and redirect them to the login page and when the client tries to access the password protected page again(without closing the web browser) the web broswer asks for the username and password again. As of right now the only way the client can “logout” is by closing the page. I’ve tried using the execCommand() in javascript but that is only reconized by IE and not mozilla. can anyone help?
Thanks,
Joe