Viewing 5 replies - 1 through 5 (of 5 total)
  • Ctrl+Click.

    Thread Starter desatir7316

    (@desatir7316)

    thank you
    but i dont want to hold the ctrl key
    how to make it default to open in new tab, mostly in internet explorer

    Link Text

    You can open the link in new tab by target attribute of anchor tag.

    Thread Starter desatir7316

    (@desatir7316)

    thanks
    i use this code: <base target="_blank">
    i have a problem with IE
    when i use it, it goes to a completely new window instead of new tab
    how can i fix it?
    if no solution, how can i make IE be in maximize size when open new link? because my template is responsive but does not work correctly in IE.

    Thread Starter desatir7316

    (@desatir7316)

    it works with this now B-)

    window.moveTo(0, 0);
        window.resizeTo(screen.availWidth, screen.availHeight);

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘open links in new tab’ is closed to new replies.