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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:15:37+00:00 2026-05-12T08:15:37+00:00

Setup: I’m opening a new window via js that is a classic asp page

  • 0

Setup:

I’m opening a new window via js that is a classic asp page with one form (yes, classic asp, I know). That form posts to a processing page where I Response.Write() some inline js to manipulate form elements on the parent page like so.

.Write ("<script language=""javascript"">" & vbcrlf)    
.Write ("var stopButton = opener.document.getElementById(""timerStop"");" & vbcrlf)
.Write ("stopButton.style.display = ""inline"";" & vbcrlf)
.Write ("window.close();" & vbcrlf)
.Write ("</script>" & vbcrlf)

Problem:

All of the above works fine, when I try to change the onclick value of the stopButton element:

.Write ("<script language=""javascript"">" & vbcrlf)
.Write ("var stopButton = opener.document.getElementById(""timerStop"");" & vbcrlf)
.Write ("stopButton.style.display = ""inline"";" & vbcrlf)
**.Write ("stopButton.onclick = function () {alert(""test"");};" & vbcrlf)**
.Write ("window.close();" & vbcrlf)
.Write ("</script>" & vbcrlf)

And then click on the button after the window closes I get an error in FF and nothing happens in IE:

uncaught exception: [Exception…
“Component returned failure code:
0x80004005 (NS_ERROR_FAILURE)
[nsIDOMWindowInternal.alert]”
nsresult: “0x80004005
(NS_ERROR_FAILURE)” location: “JS
frame ::
/timer/activity_proc.asp?a=start ::
anonymous :: line 8” data: no]

Is this because the child window no longer exists? I should note that the button does have an onclick value prior to me attempting to change its value.

  • 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-12T08:15:37+00:00Added an answer on May 12, 2026 at 8:15 am

    I think this is because the child window no longer exists.

    There is a way of creating functions in javascript that’s called closures. Essentially, a function “belongs” or “is stored” in the content where it’s declared. In this case, on the child window.

    If you have a function that does the work on your parent window and call that instead of assigning directly, it should work. ie:

    on the parent document:

    assignStopButtonListener = function(){
        var stopButton = document.getElementById(""timerStop"");
        stopButton.style.display = "inline";
        stopButton.onclick = function () {alert("test");};
    }
    

    on your popup document

    .Write ("<script language=""javascript"">" & vbcrlf)
    .Write ("opener.assignStopButtonListener();" & vbcrlf)
    .Write ("</script>" & vbcrlf)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Setup I have a website that draws RSS feeds and displays them on the
Setup is following: Drupal project, one svn repo with trunk/qa/production-ready branches, vhosts for every
Setup: I have an HTML page with a fieldset element. The background color of
I setup phpMyID on one of my machines, and I'm trying to get apache
Setup using a simple example: I've got 1 table ( Totals ) that holds
Setup: I have a COM DLL that calls a method inside a managed C#
I setup three sliders. One is a range, and the other two are regular.
The Setup I have a Ruby on Rails application that I manage from a
Setup Have you ever had the experience of going into a piece of code
Setup is SQL2005 SP2 with Reporting Services installed local on Win2003 64bit. When users

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.