Advertisement

03.05.2002 at 06:05PM PST, ID: 20273686
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.4

failed to pass values back to opener in IE -- NN is okay ?

Asked by skcchan in JavaScript

Tags: ,

Hi,

My code failed to run in IE5, IE5.5, IE6 but okay in NN4, NN6. Please help!

I've two windows, say, window PARENT an CHILD, where PARENT open CHILD via window.open function.

In CHILD, it try to pass values back to PARENT's 'select' form element.

The code for window CHILD is (note that citycountry is a <select> element of a form in PARENT):

<html>
<head>
<script language='JavaScript'>
function updateOpener(selval) {
        var i, e
        e = opener.document.itinform.citycountry
        for (i = 0; i < e.length; i++) {
            e.options[i] = null
        }
        e.length = cityDB.length
        for (i = 0; i < cityDB.length; i++) {
            e.options[i] = new Option(cityDB[i][1])
            e.options[i].value = cityDB[i][0]
            if (cityDB[i][0] == selval) {
                e.options[i].selected = true
            } else {
                e.options[i].selected = false
            }
        }
    }
</script>
</head>
<body bgcolor="white" topmargin="5" marginheight="5" leftmargin="5" marginwidth="5">
<h><blink>Please wait...</blink></h>
<script language='JavaScript'>
    cityDB = new Array(
        new Array('Alice Spring|AU', 'Alice Spring, Australia'),
        new Array('Black Town|AU', 'Black Town, Australia'),
        new Array('Botany|AU', 'Botany, Australia'),
        new Array('Campbelltown|AU', 'Campbelltown, Australia'))
    updateOpener('Botany|AU')
</script>
</body>
</html>

IE failed to run and prompt an error on the first e.options. Can anyone knows what's wrong?

Many thanks
Start Free Trial
 
Loading Advertisement...
 
[+][-]03.05.2002 at 06:59PM PST, ID: 6843257

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: JavaScript
Tags: select, javascript
Sign Up Now!
Solution Provided By: b1xml2
Participating Experts: 2
Solution Grade: A
 
 
[+][-]03.05.2002 at 07:01PM PST, ID: 6843260

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.05.2002 at 08:50PM PST, ID: 6843510

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.05.2002 at 08:53PM PST, ID: 6843513

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.05.2002 at 08:57PM PST, ID: 6843514

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.05.2002 at 08:59PM PST, ID: 6843517

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.05.2002 at 09:03PM PST, ID: 6843524

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.05.2002 at 10:55PM PST, ID: 6843628

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.06.2002 at 04:09PM PST, ID: 6845746

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.06.2002 at 05:29PM PST, ID: 6845970

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.06.2002 at 06:34PM PST, ID: 6846093

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.06.2002 at 06:39PM PST, ID: 6846108

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.06.2002 at 09:31PM PST, ID: 6846423

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.06.2002 at 10:17PM PST, ID: 6846466

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.06.2002 at 10:19PM PST, ID: 6846468

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.06.2002 at 10:20PM PST, ID: 6846472

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.06.2002 at 11:01PM PST, ID: 6846520

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.07.2002 at 04:32AM PST, ID: 6847039

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.07.2002 at 05:53AM PST, ID: 6847210

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32