Is there a way to reuse and overwrite data in a window.open object for Javascript? I am trying to reuse a popup window that displays information based on a selected option box.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the domain of that
window.openis the same as the origin domain opening it, yes you should be able to manipulate it as far as I know.