Can a page be accessible only via link?
An example should make clear what I'm asking.
Suppose I want to make an e-book equivalent of the following HTML...
fileA has:
The only way to see the rest is to <a href="fileB.html">click here.</a>
... and fileB.html has additional content.
I've made a mobi file of the above content, and the link works. The problem is, the user can advance to fileB without using the link. I'd like the user to be restricted from seeing fileB unless they use the link.
Is this possible? If so, how? (I'm interested in epub and kindle formats.)
Thanks!
|