I am creating a cheap password protection type javascript and I want to hide my "users" and their info in a TDC. Unfortunately, I haven't been able to figure out how to compare the variables in JavaScript with variables in TDC...
In a nutshell:
if (javascript variable taken from input textbox = specific TDC variable in a line of variables)
{Javascript would go here}
Can anyone show me how to do it, if it is even possible?
I realize that there are probably much better ways to do this, but it's not really hiding anything "Top Secret"... It's just moderating who gets in and who doesn't...
Any Help will be greatly appreciated!
Geyegeroffe
In a nutshell:
if (javascript variable taken from input textbox = specific TDC variable in a line of variables)
{Javascript would go here}
Can anyone show me how to do it, if it is even possible?
I realize that there are probably much better ways to do this, but it's not really hiding anything "Top Secret"... It's just moderating who gets in and who doesn't...
Any Help will be greatly appreciated!
Geyegeroffe
Comment