suppose there are 2 files "1.html" and "login.html ".
from "1.html" i am opening second page "login.html ". "1.html" contain one button with value "signin". when i clicked on that button login form will be displayed and i disabled that button using document.form.b utton_name.disa bled=true;
but if login failed or cancel the login form, then how can i enabled that button again from "login.html ".
from "1.html" i am opening second page "login.html ". "1.html" contain one button with value "signin". when i clicked on that button login form will be displayed and i disabled that button using document.form.b utton_name.disa bled=true;
but if login failed or cancel the login form, then how can i enabled that button again from "login.html ".
Comment