Forcing logins --- Where is the hidden.html file?

Home » Forums » Password Wizard » Forcing logins --- Where is the hidden.html file?


Registered User
11 posts

People,

I am trying to follow the instructions listed in the help files to force logins thru the password page. I have got the code to work in my CC HTML editor. Then I uploaded all the required files to my web site, but it is not working there. When I upload thru the CC HTML editor, I get an error message saying that I am missing an associated file "hidden.html" . I do not see any mention of making a "hidden.html file in your help file instructions. However, as you can see from step #1 of the instructions, there is "hidden.html" file . Do I need to make this file and how do I go about doing it?

1. This step should be done on the page where you want the password applet to be. For instance, I would create a page called "index.html" and put the following code in it:

(The Frameset code must be before the <BODY> tag)
<frameset rows="*,100%" border=0>
<frame name=hidden src=hidden.html marginwidth=0 marginheight=0 scrolling=no frameborder=0>
<frame name=visible src=password.html marginwidth=0 marginheight=0 scrolling=auto frameborder=0>
</frameset>

Thanks,
Budkey

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.