Advertisement

05.13.2008 at 02:13PM PDT, ID: 23399484
[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!

9.6

window.open Does NOT work for Word or Zip Files in IE7

Asked by frankmorrison in JavaScript, Miscellaneous Web Development, Internet Explorer Web Browser

My web page works gret in IE6 but I just installed IE7 and it no longer works.
Experts... I need a work around.
When my javascript calls  window.open(url) and "url" is a .doc or .zip file,
IE7 opens up a new window for a few seconds, but it then dissappears.
IE7 no longer prompts the user to "open" or "save" the file.
How do I fix this?

Here's my sample page: http://206.132.69.5/deleteme.htm

And here's my code:


<head>
<title>Automatically download file</title>
</head>

<body>
<script language=javascript>
      function download() {
            var url = "test_word_document.doc";
            window.open(url);
            //the line above is the one that is no longer working in IE7.
            //In IE7, a windows opens up for a few seconds, then it closes.
            //IE7 never prompts the user to save or open the file.
      }
</script>

<p><a href="javascript:download()">Clicking here works</a>, but automatically calling the script does not</p>

<script language=javascript>
      download();
</script>

</body>
</html>

PS: I will only give points to working solution.Start Free Trial
[+][-]05.14.2008 at 05:52AM PDT, ID: 21563532

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 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 07:57AM PDT, ID: 21564899

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 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 10:58AM PDT, ID: 21566887

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 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 11:00AM PDT, ID: 21566917

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 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 11:01AM PDT, ID: 21566926

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 14-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 01:59PM PDT, ID: 21568647

View this solution now by starting your 14-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

Zones: JavaScript, Miscellaneous Web Development, Internet Explorer Web Browser
Sign Up Now!
Solution Provided By: b0lsc0tt
Participating Experts: 3
Solution Grade: A
 
 
[+][-]05.23.2008 at 06:00PM PDT, ID: 21637155

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 14-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-43 / EE_QW_2_20070628