Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #458860

    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?

    #459786

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.