Empirisoft Support

    Welcome to Empirisoft Support
Results 1 to 5 of 5

Thread: Error message with custom htm question

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2005
    Posts
    3,328
    I'm guessing it's a syntax issue of somekind. Can you zip and attach your folder so I can try getting the same result here? If so, I can probably locate the problem.

  2. #2
    I emailed the zip folder to the support email address. I didn't want to post my experiment publicly.

    THank you for getting back to me!

  3. #3
    Join Date
    Nov 2005
    Posts
    3,328
    Drove myself a little crazy with this one too. Think I just got it--try this and see if it also works for you.

    In each of your custom html forms, you have the awseomely handy line:

    <body onload="document.form.name.focus();">

    This line causes the cursor to appear in the first of your multiple blanks--allowing the subject to start typing without having to click there with the mouse. The segment "name" refers to the variable name associated with the blank where you want the cursor to appear. This is where the syntax issue is happening. In your second form, you changed "name" to "name2" but you didn't change it in the line above. Consequently, it's generating a minor error because the variable "name" can't be found. Instead try:

    <body onload="document.form.name2.focus();">

    Let me know if that helps!
    Blair

  4. #4

    Yay!

    Fantastic - it worked! Thanks!

Similar Threads

  1. Supressing error message
    By Andrew.ID in forum MediaLab Older Versions: How Do I...
    Replies: 2
    Last Post: 12-03-2007, 11:41 AM
  2. InstallShield error message
    By jarvis24 in forum MediaLab Older Versions: Troubleshooting
    Replies: 3
    Last Post: 11-07-2007, 11:43 AM
  3. Error message
    By jlmarcon in forum MediaLab Older Versions: Troubleshooting
    Replies: 1
    Last Post: 04-17-2007, 10:12 AM
  4. error message with custom questionnaire
    By ejmasi in forum MediaLab Older Versions: Troubleshooting
    Replies: 1
    Last Post: 10-07-2006, 01:19 PM
  5. error message based on content, not reaction time
    By ohrbach in forum DirectRT Older Versions: How Do I...
    Replies: 1
    Last Post: 04-24-2006, 09:02 AM

Posting Permissions

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