J
jcd.news
Hello.
I have a page called page4.html that contains an iframe called
ifrm_20. In this iframe, I added page35.html that contains a button
that checks a password and executes this script:
if( form.elements['PASSWORD'].value== password) {.......}.
What must I write instead of ...... so that a page called Page36.html
is diplayed in the same frame as Page4.html when I press the button?
I don't know javascript very well. Thank you for your answers.
I have a page called page4.html that contains an iframe called
ifrm_20. In this iframe, I added page35.html that contains a button
that checks a password and executes this script:
if( form.elements['PASSWORD'].value== password) {.......}.
What must I write instead of ...... so that a page called Page36.html
is diplayed in the same frame as Page4.html when I press the button?
I don't know javascript very well. Thank you for your answers.