Empirisoft Support

    Welcome to Empirisoft Support
Results 1 to 3 of 3

Thread: IE 8: "The webpage you are viewing is trying to close the window."

  1. #1

    IE 8: "The webpage you are viewing is trying to close the window."

    I'm having trouble with the MediaLab questionnaire attached.

    At some point of the questionnaire, ML redirects to a webpage, containing a Java script, that asks participants to type in a word shown at the top of the page.
    After entering the word, when you press the button "Click here to continue", IE8 prompts the user with the following error message:- 'The web page you are viewing is trying to close the window. Do you want to close this window?'

    Is it possible to bypass that message and make ML go ahead to the next session without any intervention of the participant?

    I tried to change the default browser to Firefox, but the problem is still there.

    Thanks a lot for your help.

    Simone
    Attached Files Attached Files

  2. #2
    Any help on this thread?

  3. #3
    Join Date
    Mar 2009
    Posts
    401
    Try seeing if the attached files work better. I went ahead and changed the following text:
    Code:
    window.opener=''; 
    window.close();
    to -
    Code:
    document.program1.submit();
    I believe the new version of the code will allow for the document to be submitted, which should then allow for MediaLab to continue properly.

    Let me know if this works!
    Attached Files Attached Files

Similar Threads

  1. Make participant move slider before pressing "continue"
    By JBeaudry in forum MediaLab Older Versions: How Do I...
    Replies: 6
    Last Post: 10-06-2010, 04:07 PM
  2. problem with between block randomization when using the "display former stim" func
    By baruche in forum DirectRT Older Versions: General Questions
    Replies: 2
    Last Post: 10-28-2009, 06:58 AM
  3. Microsoft VB. Run-time error '6068' AND "busy component"
    By horstman in forum MediaLab Older Versions: Troubleshooting
    Replies: 2
    Last Post: 07-31-2009, 06:08 AM
  4. New code prompt changes each time we open and close the window
    By jarvis24 in forum Pre-Sales and Licensing FAQ
    Replies: 2
    Last Post: 11-09-2007, 01:30 PM
  5. Another window called "Form1" appears
    By jarvis24 in forum DirectRT Older Versions: Troubleshooting
    Replies: 1
    Last Post: 11-28-2005, 04:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •