Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

116
Views
Mac: create multiple tabs simultaneously in Chrome and Firefox

I am facing the problem of opening multiple pages at once in tabs via JS. In Safari it works fine, on my computer also in Chrome. On other computers Chrome and Firefox create only the first tab. Currently the whole thing looks like this:

function openAllTabs(){
    var pid = $('#PPid').val();
    window.open('exttab.php?typ=Details&pid='+pid);
    window.open('exttab.php?typ=Pruefung&pid='+pid);
    window.open('exttab.php?typ=EUDaten&pid='+pid);
    window.open('exttab.php?typ=EUDateien&pid='+pid);
    window.open('exttab.php?typ=DDaten&pid='+pid);
    window.open('exttab.php?typ=Hilfe&pid='+pid);
}

Does anyone have an idea why this works in Safari and only sometimes in Chrome? Or is there another solution to create multiple tabs with one click that works in all browsers?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!