New window
|
|
Is there anyway to make the links open in a new window Sebastian? I can't find out how |
|
|
You could always middle-click on them to open in a new tab, as with any other link? |
|
|
It don't work for me, is there anything I can add in your script to make them open in a new window? |
|
|
You should be able to do this pretty easily by adding a
linka.target = "_blank" after linka.appendChild(document.createTextNode(qlink[0])); :) |