@JaromandaX so what is ur suggestion ? can i merge php://output s or must i use multiple links ?
– DauezevySep 28 '15 at 13:46
2
it think this problem is already done by http://stackoverflow.com/questions/7064998/how-to-make-a-link-open-multiple-pages-when-clicked ?
– fabien tSep 28 '15 at 13:46
you can maybe open more links in new tabs by using `window.open(url, '_blank')`, but not in a single window. This is not a good practice tho.
– RobertSep 28 '15 at 13:46
Use iframes to inject two different pages into a single document, or ajax requests to load them inside, or `window.open` to open two pages in two different pages.
– raina77owSep 28 '15 at 13:46