Print Page | Close Window

Asp forms

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=29666
Printed Date: 28 March 2026 at 6:02am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Asp forms
Posted By: luwandui
Subject: Asp forms
Date Posted: 17 August 2011 at 10:41am
I have a gallery with pictures,with a chekbox near every picture. I want that the information about which pictures
the visitors checked will be sent to my email.
I have to do it with ASP.
can someone explain me what code should I use?



Replies:
Posted By: MadDog
Date Posted: 18 August 2011 at 4:04am
A quick idea for you.

Add Image <input type="checkbox" name="image" value="IMAGE ID" />

then on the submit page:

For each imageID in Request.Form("image")
Response.Write("selected image id: " & imageID)
Next


-------------
http://www.iportalx.net" rel="nofollow">



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net