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 6138951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:55:46+00:00 2026-05-23T17:55:46+00:00

I am using RoR’s link_to. I want both to send a :remote => true

  • 0

I am using RoR’s link_to. I want both to send a :remote => true link_to which will preform an action on the page without a refresh AND I’d like to open a new page (:target=>”_blank”) in a new browser window.

How can I do both actions in one click?

Thanks!

  • 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-05-23T17:55:47+00:00Added an answer on May 23, 2026 at 5:55 pm

    Suppose you have a link:

    <%= link_to "My Link", "/path/for/my/link", :remote => true, :id => "mylink" %>
    

    If you wanted to open the new page after the action is performed, then you can put it in your action’s myaction.js.erb file:

    window.open("/url_to_open");
    

    However, if you want the new window to open immediately when you click the link, you could add this javascript to intercept the remote call before it’s sent to the server (assuming you’re using jQuery):

    $("#mylink").bind("ajax:beforeSubmit", function(){
      window.open("/url_to_open");
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using RoR, I will specify a link to a web page in my
I am doing my application using RoR, which make me very annoying is the
I am creating a Blog using RoR with a sign-in feature and I want
I'm building a blog using RoR. I have the index.html.erb page for the posts
I've ran into a ror problem using the link_to. Why does my link to
I developed a ROR application using MySQL and now want it to use Postgres
I'm using RoR 3.0.8 and the gem acts_as_taggable_on. I want to make it so
I followed THIS site on how to send an email using RoR. After running
I'm using RoR + acts_as_solr to query a Solr database. I'm used to using
Using Ruby/RoR - The year is a string in the model/view. How do I

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.