When we click on a link, some links may prompt us to select open with or save options. Can we set the position of this popup in javascript or jsp?
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.
Impossible with pure javascript/jsp. javascript can affect to elements in document, not browser settings or dialogs. And also jsp can affect to content from http server, not client side, of course browser things.