i need to open a new browser tab on iPad safari using javaScript, i tried window.open() but it does not work,i am using iPad 2 with iOS 5.1, any help will be appreciated
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.
I don’t think you can directly control opening a new window within a new tab using solely the
window.openmethod; you could however have a hidden link with the attributetarget="_blank", and then simulate a click event with JavaScript on that anchor.