Basically there is a MOSS 2010 site, and it contains a list of all user IDs that have accepted some terms. Of course these terms must be presented, and they should try to impede site navigation without accepting them. The trouble is that the page they will access is editable only in HTML, so I can use Javascript as the only scripting engine.
So there is Site1 - Sharepoint, Site2 - HTML page.
- User visits
Site2for first time, gets terms. - The user clicks Accept, it is recorded in a Sharepoint list located at
Site1, terms disappear and the user sees regular websiteSite2
Security is the last problem. So let's assume the user is already logged in to the Sharepoint site.
I've tried iframes, but security asks for same domain/port/protocol.