Results 1 to 2 of 2

Thread: javascript form issue

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2000
    Location
    Minnesota
    Posts
    830

    javascript form issue

    Currently I have a page that dynamically creates items and also for each item is a check box. The user can check up to 5 boxes and click the compare link and then it goes to a different page to compare the selected items. All of these items are in a single form.

    My issue is that I need to put a new form on this page for each item (buy info button). I don't believe you can do a form within a form so my thought was to make each checkbox a new form as well.

    So for each product displayed on the screen I will have a form for my compare checkbox and a form for the buy button. Does anyone know if I can still have javascript code that checks to see if more then 5 checkboxes (5 different forms) have been selected to send a alert?

    Hope I have explained it well enough. Thanks in advance for any assistance.

  2. #2
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    if you have different forms than why would it matter how many is selected.

Posting Permissions

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



Click Here to Expand Forum to Full Width