This is a discussion on "Help with asp code for checkboxes" within the Classic ASP section. This forum, and the thread "Help with asp code for checkboxes are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Help with asp code for checkboxes
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Help with asp code for checkboxes
Can anyone help me with a small bit of asp code?
I can create an asp file to create an email for text fields no problem code is detailed below:
How do I code the asp file to pick up the selected tickbox and create a text line in an email? Hope this is clear?? All I need is example for on question and I'll be away!! Please help Last edited by Lchad; May 22nd, 2007 at 11:24. Reason: added code tags |
|
|
|
#2
|
|||
|
|||
|
Re: Help with asp code for checkboxes
Hi,
Try the coding as below <input name="chk1" type="checkbox" value="Checkbox1">Checkbox1 <input name-"chk2" type="checkbox" value="Checkbox2">Checkbox2 write the below coding in your email section <% objtxt.Textbody = "Check value = " & Request(chk1) %> Hope this will help to you Regards, Sheela |
![]() |
| Tags |
| asp, checkboxes, code, forms |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Saving values from checkboxes into MySql | karinne | PHP Forum | 7 | Jan 26th, 2008 16:58 |
| FormMail and checkBoxes AGAIN aarrrrgh | Morgado | Flash & Multimedia Forum | 1 | Aug 23rd, 2007 11:56 |
| Unchecking specified checkboxes in a table | Geovanni Cesar | JavaScript Forum | 0 | Mar 6th, 2007 08:22 |
| How to get value of selected dynamic checkboxes? | frmsasp | ASP.NET Forum | 1 | Nov 3rd, 2005 12:59 |
| repopulate checkboxes from database | codefantom | Classic ASP | 1 | Aug 29th, 2005 22:28 |