filmov
tv
window.open - JavaScript: location.href to open in new window/tab?

Показать описание
#short
#javascript
I have a JavaScript file from a third party developer. It has a has link which replaces the current page with the target. I want to have this page opened in a new tab.
This is what I have so far:
if (command == 'lightbox') {
}
Can anyone help me out?
#javascript
I have a JavaScript file from a third party developer. It has a has link which replaces the current page with the target. I want to have this page opened in a new tab.
This is what I have so far:
if (command == 'lightbox') {
}
Can anyone help me out?