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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T16:48:50+00:00 2026-06-05T16:48:50+00:00

Following Script isn’t working in CHROME browser, IE is Fine. I’ve changed opener.document …

  • 0

Following Script isn’t working in CHROME browser, IE is Fine.

I’ve changed opener.document… to window.opener.document…. but same situation.
It’s not closing windows and transfer data to parent page.

function mycoupon() {
    window.open("my_coupon3.jsp?amt=<%=pay_price2%>",
                'coupon_win',
                'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollb‌​ars=yes, resizable=no,width=780,height=540');
}

function sel_coupon(c_id, amt) {
    var tot = opener.document.joinform.Org_totalprice.value;
    tot = String(Number(tot) - Number(amt));
    opener.document.joinform.totalprice.value = tot;
    opener.document.joinform.coupon_id.value = c_id;
    opener.document.joinform.all["tot"].innerHTML = maskNum(opener.document.joinform.Org_totalprice.value) + "USD - " + maskNum(amt) + " USD &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b><font color='red'>Total : " + maskNum(tot) + " USD</font></b> ";
    opener.cal_payment_money();
    self.close();
}
  • 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-05T16:48:53+00:00Added an answer on June 5, 2026 at 4:48 pm

    Define a global variable and assign a reference to the new window then use it in your sel_coupon() function.

    Here’s an example:

    var new_window_handle;
    
    function mycoupon() {
        new_window_handle = window.open("my_coupon3.jsp?amt=<%=pay_price2%>",
                    'coupon_win',
                    'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollb‌​ars=yes, resizable=no,width=780,height=540');
    }
    
    function sel_coupon(c_id, amt) {
        var tot = new_window_handle.opener.document.joinform.Org_totalprice.value;
        tot = String(Number(tot) - Number(amt));
        new_window_handle.opener.document.joinform.totalprice.value = tot;
        new_window_handle.opener.document.joinform.coupon_id.value = c_id;
        new_window_handle.opener.document.joinform.all["tot"].innerHTML = maskNum(new_window_handle.opener.document.joinform.Org_totalprice.value) + "USD - " + maskNum(amt) + " USD &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b><font color='red'>Total : " + maskNum(tot) + " USD</font></b> ";
        new_window_handle.opener.cal_payment_money();
        self.close();
    }
    

    In case you’re interested in the reason of this behavior, it’s because IE assumes that the default window is the most recent one. So that’s why when you run the code on IE it will try to find opener in the new window, but other browsers are a bit more strict (which is better in this case)

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

Sidebar

Related Questions

The following script works fine: $(#regform).validate().showErrors({username:message}); After I changed the script to the below
I have the following code that isn't working in IE, any thoughts? <script type=text/javascript
I write the following script to show me the host IP but its isn't
I tried your script but it isn't working right. I have edited my code
The following script works for me, but I wonder if it could be done
The following script creates symlinks as expected, but the original file can never be
The following script will update the database, but it won't display the correct page
The following script: cls function test_me([string]$testVar, $my_array) { Write-Host $testVar } $test_array = a,b
The following script was recommended to use a List Page to show a Google
The following script is returning false, when I think that it should be returning

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.