oh mighty ones reveal to me a website where
i can find definitions for commands such as if var ect
if there is a web site please tell me
also help me with my web site i cannot figure
out how do i make them go to alert htm for evry individual failed password
<!-- m --><a class="postlink" href="http://www.angelfire.com/theforce/scottec/">http://www.angelfire.com/theforce/scottec/</a><!-- m -->
var password = 'billbo'
password=prompt('who gave frodo the one ring ?:','');
if (password != 'billbo') {
location.href= "alert.htm";
}
var password = 'gaffer'
password=prompt('who did sam talk about often:','');
if (password != 'gaffer') {
location.href= "alert.htm";
<!-- m --><a class="postlink" href="http://www.angelfire.com/theforce/scottec/">http://www.angelfire.com/theforce/scottec/</a><!-- m -->
i can find definitions for commands such as if var ect
if there is a web site please tell me
also help me with my web site i cannot figure
out how do i make them go to alert htm for evry individual failed password
<!-- m --><a class="postlink" href="http://www.angelfire.com/theforce/scottec/">http://www.angelfire.com/theforce/scottec/</a><!-- m -->
var password = 'billbo'
password=prompt('who gave frodo the one ring ?:','');
if (password != 'billbo') {
location.href= "alert.htm";
}
var password = 'gaffer'
password=prompt('who did sam talk about often:','');
if (password != 'gaffer') {
location.href= "alert.htm";
<!-- m --><a class="postlink" href="http://www.angelfire.com/theforce/scottec/">http://www.angelfire.com/theforce/scottec/</a><!-- m -->