I would like to be able to change a page or link after the password has been entered. I plan on making half my ebook password protected. At first, these chapters will have grey titles on the contents page to show they are unavailable. After the password has been entered, I want a new contents page with black chapter titles or some other visual cue that these chapters are now available. This could be accomplished by an option to change a page or a link, after the password is entered. Please consider this for your new version. Thank you.
You will want to look at the Activ variable "{iscorrectpassword}" ... I think that will do what you want.
You can use that value to determine the color of your links, and what page can display as well. Here is a bit o' jscript to test for the {iscorrectpassword} value:
var s ; s = window.external.ActivGet('{iscorrectpassword}') ; alert(s) ;
You should see 0 or 1 in the alert box. Now, you can make your decisions based on this value.
With any business, it is up to the individual owner of said business to ensure the success of the business. You may make more or less than any sample figures or results that might be quoted on our web sites or other publications. All business involves risk, and many businesses do not succeed. Further, Answers 2000 Limited does NOT represent that any particular individual or business is typical, or that any results or experiences achieved by any particular individual/business is necessarily typical.