Results 1 to 3 of 3

Thread: loop thru all checkboxes.

  1. #1

    Thread Starter
    Fanatic Member petrus's Avatar
    Join Date
    May 2002
    Location
    pBytes[sizeof(pBytes)/2]
    Posts
    553

    loop thru all checkboxes.

    How do I loop through all checkboxes on my webpage with JScript/VBScript?
    ICQ: 128716725

  2. #2
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    Wrong forum mate.

  3. #3
    Fanatic Member robbedaya's Avatar
    Join Date
    Jul 2002
    Location
    Belgium
    Posts
    872
    for each item in request.form
    ....
    next

    or for each item in request.querystring
    ...
    next

    depends on wether you're using the post or the get method
    - Use the thread tools to Mark your Thread as Resolved when your question is answered.
    - Please Rate my answers if they where helpful.

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