I have this idea of a page i want to create but i really don't know how i would implement it . I want to create a page with some pictures and below each picture there would be a check box , i want people to be able to select the check box click next and when they are at the next page the item they checked would automatically be in a dropdown list .
newbi11 0 Newbie Poster
Recommended Answers
Jump to Postwhat is your server scripting language. php, perl-cgi, asp.net, java or any other.
Jump to Postyour first html page
<form name=frm id=frm method=post action=showselected.php> <img src='imga.jpg' ><checkbox name=chk id=chk value='imga.jpg'><br> <img src='imgb.jpg' ><checkbox name=chk id=chk value='imgb.jpg'><br> <img src='imgc.jpg' ><checkbox name=chk id=chk value='imgc.jpg'><br> <img src='imgd.jpg' ><checkbox name=chk id=chk value='imgd.jpg'><br> <img src='imge.jpg' ><checkbox name=chk id=chk value='imge.jpg'><br> <input type=submit value=submit> </form>
showselected.php
All 6 Replies
newbi11 0 Newbie Poster
urtrivedi 276 Nearly a Posting Virtuoso
newbi11 0 Newbie Poster
twiss 155 Veteran Poster
urtrivedi 276 Nearly a Posting Virtuoso
Sadun89 -16 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.