I’m trying to figure out a way to “cloak” the URL of some documents linked to by a web page I’m preparing. I have a “consent” page that the user reads and if they agree, then they can view the “protected” document (a pdf file or another html web page). The problem is, once in that document, they can (conceivably) save the URL as a favorite, desktop link, or even “pirate” it and link to it from their own documents or web pages. I’m looking for a way to force viewing of the consent form EVERY time one of the “protected” documents is accessed. Seems like the consent form may have to be part of the “protected” document (e.g., the document opens with the protected content hidden; if they agree to the consent statement, then the protected content appears), but I don’t know how to do this, either for an HTML fpage or for an embedded pdf document.
This is all for a secured intranet, so it doesn’t have to be bulletproof (e.g., they can always Save a Copy of the pdf document); I just want to eliminate the “no-brainer” means for accessing these documents without prior consent.
Any ideas?
Thanks!