Hi – I managed to have my menu item open in a new tab but I need for it to open in a completely new window.
How would I achieve this?
Hi!
Modern browsers translate _blank
to a New Tab, i guess what you want to do is open a “PopUp”, you could do that with JavaScript but it will require some custom work:
http://www.quirksmode.org/js/popup.html
Alternatively you can open it as a “Lightbox” by just adding to the end of the URL:
?iframe=true
Regards,
Josue