Published on Saturday, October 17, 2009 by Jason in Internet Explorer
What do you do if you mistakenly click the "No" button when asked to remember a password in Internet Explorer, but wished you clicked "Yes"???
Basically all you have to do is delete the username from the form. You do this by double-clicking the username field. This will bring up a dropdown list showing all of your saved AutoComplete usernames. Move your mouse over the one you want to delete so that it is highlighted (DO NOT CLICK) then click the Delete key.
Type in the username and password. Now you should be prompted for Internet Explorer to remember your password.
Published on Monday, September 14, 2009 by Jason in Internet Explorer | in JavaScript | in Greybox
Greybox is nice to use having the modal window and all. I have found one problem so far when using IE8. It works good except when closing the Greybox. In IE8 (Browser Mode: IE8; Document Mode: IE8 Standards), the greybox does not close properly. It shrinks to a 100x100 square and positions itself in the upper left corner (0,0) of the browser window.
I have found by adding this meta tag directly on the page it now closes, though a little rough. Meaning, you still see the square get positioned, but it then closes fully a split second later.
<meta http-equiv="X-UA-Compatible" content="IE=7" />