On a link, is there a way to specify whether the new _blank window is actually a new window or a new tab?
Thanks
There is no garuanteed way to do this. You can, however, specify height and width for you new window. Doing this will force the link to open in a new window, and not a tab in most browsers.
window.open(url, windowName, height=400, width=400);
I would caution against doing this, however. Tabs vs. windows is a user preference for a reason.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With