I have a page with 3 frames and I want to push a button in the second frame that will send control to the third frame. Then in the third frame a password will be requested and if it is given correctly the user will be able to continue in the page.
My problem is that when I open the page the password on the third frame is requested automatically. How can I make it so that the password will be asked only if I press the button on the second frame?
I have a page with 3 frames and I want to push a button
Share