Announcement

Collapse
No announcement yet.

problems with drop-down lists

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Thanks Chris. I have attached act_BrochurePrimary as this is where I want the list to appear (but the script error occurs whereever I put it).

    As you can see I am also having problems inserting into the right-hand bar, and presently they are different widths (due to the table in the left hand pane). Could you possibly tell me how to insert into the right-hand pane?

    Many thanks in advance.

    Kind regards
    Karen
    Attached Files
    Kind Regards
    Karen

    Charmed Cards & Crafts

    Comment


      #17
      I'm got a solution for you. Move this...
      Code:
      <!--
      /***********************************************************************
      *
      * ACT_DropListBox -	returns a string containing the HTML for the SELECT listbox
      *
      ************************************************************************/
      to after where it says
      Code:
      <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
      . By having it before this line I'm afraid you were effectively commenting out the entire JavaScript function.

      Comment


        #18
        Thanks Chris!! That did the trick

        Any ideas on how I can add to the right-hand side bar?

        TIA.

        Kind regards
        Karen
        Kind Regards
        Karen

        Charmed Cards & Crafts

        Comment


          #19
          Just put this code:
          Code:
          <form name="Act_SectionDroplist">
             <script language=Javascript1.1>
                <!--
                document.write(ACT_DropListBox(sections))
                // -->
             </script>
          </form>
          wherever you want the drop down list to appear.

          Comment

          Working...
          X