User Profile

Collapse

Profile Sidebar

Collapse
audreyality
audreyality
Last Activity: Nov 11 '09, 07:15 PM
Joined: Nov 2 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Here is the solution my co-worker came up with, which works very well! I hope others find it useful too.

    Code:
    <html>
    <head>
      <script>
        var departments = {};
        var departmentSel;
        var awardSel;
        var descriptionDiv;
    
        function initForm()
        {
          // get a reference to our data table and remove it from the document
    ...
    See more | Go to post

    Leave a comment:


  • So a "text node" would be something like this:
    document.getEle mentById('text to be printed')? I am really new to this javascript thing, sorry!

    I have an array for each department that associates a list of awards for to that department. I don't know how to associate a description of the award to each award, and that is where I am stuck.

    Here is my code this far; I did find it from the URL commented:...
    See more | Go to post

    Leave a comment:


  • audreyality
    started a topic Dynamic Drop-Downs to Dynamic Text Info

    Dynamic Drop-Downs to Dynamic Text Info

    I am new to javascript and appreciate any guidance on this issue, so thank you in advance for your advice!

    Situation:
    I am working with a form that will send information to a database. I need the following:
    1. A drop-down box of options that onChange=...
    2. Opens another drop-down box of unique options that onChange=...
    3. Displays text dependent on which option you chose.

    An example:
    Choose a Foodgroup: [Drop-down list...
    See more | Go to post
No activity results to display
Show More
Working...