In the CC Flash Password Wizard, I don't have a clear understanding of the "default protected page". Is this the page to deny access to if the password is not entered correctly, or is this the page that the application will "GoTo" in the event that that an incorrect password is entered? I am assuming that it is the page that one wants to protect.
Is it possible to have more than on page that you are protecting with the same password application? If not, then why the use of the term "default"?
Does the URL to the "default protected page " have to be an absolute reference or can it alternatively be a relative reference?
Can anyone give a clear explanation of the the _self, _top, _blank, _parent extensions? Such as what the intent is and situations of when and where to apply them?
I have not been able to find much in the help file on this subject.
Thanks,
Budkey
Is it possible to have more than on page that you are protecting with the same password application? If not, then why the use of the term "default"?
Does the URL to the "default protected page " have to be an absolute reference or can it alternatively be a relative reference?
Can anyone give a clear explanation of the the _self, _top, _blank, _parent extensions? Such as what the intent is and situations of when and where to apply them?
I have not been able to find much in the help file on this subject.
Thanks,
Budkey
I'm guessing the default page is the page you want to protect also, but... I don't use that program so I'm not a good person to answer that, but that is what it sounds like to me too. As for the tags they are as follows:
_blank = Open the linked document in a new window
_self = Open the linked document in the same frame as it was clicked (this is default)
_parent = Open the linked document in the parent frameset
_top = Open the linked document in the full body of the window
framename = Open the linked document in a named frame
These would be used as follows with the bold section being what you would put for using it:
<a href="http://www.w3schools.com" target="_blank">Visit W3Schools</a>
You can find lots of these answers at these sites too:
http://w3schools.com
http://htmlgoodies.com
http://webmonkey.com/
Happy HTMLing
Jo Ann
http://lbwebsites.com just recently completed and open
http://northbaldwinliteracycouncil.org .... Our local Literacy Council
Due to spammers the below sites are not viewable outside the US, sorry guys
http://proudayou.com - My sons website for his music business
http://rockinwithmainstreet.com - My brother's band website
_blank = Open the linked document in a new window
_self = Open the linked document in the same frame as it was clicked (this is default)
_parent = Open the linked document in the parent frameset
_top = Open the linked document in the full body of the window
framename = Open the linked document in a named frame
These would be used as follows with the bold section being what you would put for using it:
<a href="http://www.w3schools.com" target="_blank">Visit W3Schools</a>
You can find lots of these answers at these sites too:
http://w3schools.com
http://htmlgoodies.com
http://webmonkey.com/
Happy HTMLing
Jo Ann
http://lbwebsites.com just recently completed and open

http://northbaldwinliteracycouncil.org .... Our local Literacy Council
Due to spammers the below sites are not viewable outside the US, sorry guys

http://proudayou.com - My sons website for his music business
http://rockinwithmainstreet.com - My brother's band website
Thanks Wolverana, I will check out your suggested links. I have the password working now.
Budkey
Budkey
Hi Budkey,
this may help also, but if you have it working correctly you won't need this.
http://www.myofficialnewbie.com/kellyinfo/MyFiles/tutorials/PasswordProtect.html
this sows how to use password wizard.
"It's A Smart Person That Asks"
this may help also, but if you have it working correctly you won't need this.
http://www.myofficialnewbie.com/kellyinfo/MyFiles/tutorials/PasswordProtect.html
this sows how to use password wizard.
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.