greybox

How to close GreyBox on pressing escape or if a user clicks somewhere else on the page?

I am using GreyBox for opening a new HTML page in the same window. It's working fine but now I want that it should get closed on pressing escape or if a user clicks somewhere else on the page. How can I do that? edit:--- document.onkeypress = function (event) { if (event == undefined) { event = window.event; } if (event.keyCode == 27...

Authentication Providers 'greyed out' in sharepoint 2010 (enable anonymous access)

I am trying to config a sharepoint 2010 site for anonymous access. The tutorials I am following are: http://live.visitmix.com/Videos http://blog.drisgill.com/2009/11/sp2010-branding-tip-9-turn-on-anonymous.html http://www.topsharepoint.com/enable-anonymous-access-in-sharepoint-2010 And a few youtube videos. I am stuck fast in a cert...