Hello i am really doing it to myself for almost 3 days but since i am a programmer its really hard for me to locate the answer of my thoughts..
Here is the problem, i have a .html file containing a login, but i want to change the password using my AMS app..
on my html file on line 97 i have this code:
what i was trying to manipulate is i can change the "user" and "password" anything i want and save it as "login.html"
is anyone could help me?
Thanks in advance..
Here is the problem, i have a .html file containing a login, but i want to change the password using my AMS app..
on my html file on line 97 i have this code:
if(user == "user" && pass == "password"){
window.location.href="page1.html"
}else{
alert("Incorrect username or password");
}
}
window.location.href="page1.html"
}else{
alert("Incorrect username or password");
}
}
is anyone could help me?
Thanks in advance..
Comment