Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8897475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T00:21:19+00:00 2026-06-15T00:21:19+00:00

is there any framework (jquery, or anything else) or any java script which can

  • 0

is there any framework (jquery, or anything else) or any java script which can handle this problem:

  • if a link is clicked: open a popup
  • if somebody clicks with: middle mouse click or with right-click: open in new tab, it should open in a new tab.

I can’t believe, there is no (complex) solution for it!
(and: would be nice if it’s working on IE7+, FF, Safari, Chrome)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T00:21:21+00:00Added an answer on June 15, 2026 at 12:21 am

    You simply need to bind a handler for the onclick event that will call window.open() to open the new window. I haven’t tested in all browsers, but the ones I have tested in don’t fire the onclick event when you use the middle (scrollwheel) or right mouse buttons.

    HTML:

    <a href="yourpage.html" class="popuplink">Click me!</a>
    

    jQuery:

    $('a.popuplink').on('click', function(e) {
        e.preventDefault(); // don't want to follow the link
        window.open(this.href, 'new_window', 'width=800,height=600').focus();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any javascript(/jquery) framework/plugin which generates Balloons? The one that can be used
Is there any alternative to GeoEXT built with jQuery or other java-script framework?
Is there any framework I can Instal on windows azure and get a service
Is there any way, bearing in mind the way the jQuery Mobile framework operates,
Wondering is there a function in javascript without jquery or any framework that allows
Is there any upnp framework for CF .NET? There is mono.upnp source but it
I am interested if there is any framework that implements a collection that would
Is there any test-data generation framework out there, specially for Python? To make it
Is there any open source collection framework, written in ActionScript that would emulate HashMap,
is there any ready to go solution within the microsoft framework, regarding conversion of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.