Empirisoft Support

    Welcome to Empirisoft Support
Results 1 to 4 of 4

Thread: Custom Objects Frame Support?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2005
    Posts
    3,328
    Here is a modification. Note that the way I changed it, you can click one of the buttons and the text in the text boxes will change accordingly--without requiring a reference to an external file. Right now the javascript has explicit text included, e.g., "this is good advice". You could change it so that MediaLab could insert the value of any variable from the current session including one from responses.xls.

    i.e., instead of
    Code:
    document.getElementById("blank1").value="This is good advice."
    You could use:
    Code:
     
    document.getElementById("blank1").value="<advice>"
    Hope that helps. If you get it working I'd love to see it along with the que file that calls it!

    For more detail on inserting variables in your custom items, see:
    http://www.empirisoft.com/medialab/h..._reference.htm
    Attached Files Attached Files

Similar Threads

  1. DOS / Linux Support / Windows Boot-Time support
    By JEC in forum Hardware: Troubleshooting
    Replies: 2
    Last Post: 08-30-2011, 06:36 PM
  2. Foreign language and font support for MediaLab?
    By jarvis24 in forum MediaLab Older Versions: General Questions
    Replies: 9
    Last Post: 12-01-2009, 06:15 AM
  3. Internet Explorer goes to support site automatically
    By jarvis24 in forum MediaLab Older Versions: Troubleshooting
    Replies: 1
    Last Post: 11-15-2006, 12:33 PM
  4. Open-Source Spreadsheet Support?
    By joshfoster in forum MediaLab Older Versions: General Questions
    Replies: 1
    Last Post: 07-12-2006, 04:27 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
  •