I need to open 5 or 6 new pages into seperate tabs through one click .
Is it Possible to do it through javascript that works on all browsers.
regards
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.
Whether the new link is opened in a new tab or in a new window is handled by the user settings in the browser, so I do not think you can handle this in JavaScript.
Look for
window.opento open 5 or 6 new windows.