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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T01:08:12+00:00 2026-05-24T01:08:12+00:00

I have opened the view template as popup by using the following code: <%=

  • 0

I have opened the view template as popup by using the following code:

    <%= link_to 'New User', "/users/new", :method => :get, :target => "_blank" %>

     controller code:

     def new
    render :layout => false 
     end

the new.html.erb is having few textboxes and buttons as Save and Cancel

My problem is how can i close the popup upon clicking Save or Cancel button?

Thank u,
Sudhir C.N.

  • 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-24T01:08:14+00:00Added an answer on May 24, 2026 at 1:08 am

    This a more a javascript question rather than one specific to Rails.

    Your Cancel button is easy enough, something like:

    <html>
        <script>
        function CloseWindow() {
            ww = window.open(window.location, "_self");
            ww.close();
        } 
        </script>
        <button type="button" onclick="CloseWindow();">Cancel</button>
    </html>
    

    (stolen from http://snippets.dzone.com/posts/show/267)

    Your submit button shouldn’t change. It will need to POST to your controller as normal. The successful response rendered by the controller should display a “Success” message in the flash and could then close the window automatically after, say, three seconds:

    <script>
      setTimeout( function() { CloseWindow(); }, 3000); 
    </script>
    

    This is a pretty simple solution. Maybe consider investigating some popup libraries for either prototype or jquery (depending on the library you’re using). Not sure whether modern popup blockers render these D.O.A. though. Your target="_blank" approach should play nice with popup blockers.

    Edit: if you’re using jquery maybe consider something like the modal dialog: http://jqueryui.com/demos/dialog/#modal-form

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I have 10 tabs opened, I have to close each one using :q
I have a scenario where I have to check whether user has already opened
I need example code for android (java): I have a view with a button
I have followed the article Layout Tricks: Using ViewStubs to set a View on
I have a view (View1, assigned to View1Controller) opened on my iPad. How can
I have following SQL. I need to convert it to LINQ. ALTER VIEW [dbo].[vwRptBorrowerAccount]
I can switch between windows with C-x o, but if I have opened multiple
I have several aspx pages that can be opened either normally (full screen in
I have a longish list of files opened in vim that looks like this:
I have seen Solutions created in Visual Studio 2008 cannot be opened in Visual

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.