Click to See Complete Forum and Search --> : checkboxes, select print


spoolup
10-26-2003, 02:51 PM
hi everyone.
i have embarked on a journey that i have no idea how to complete.
this is a project that will run off a CD.
there will be four checkboxes. the user will choose the ones that apply to them (between 1 and all 4).
when they press select/preview i would like only the selected items to be written in a popup window for preview.
then they can print it (this script i know how to do)
can anyone help? thank you

agminer
10-28-2003, 12:00 AM
If it were me, I would pass the # of the items desired to a page that has all the info in a series of doc.write() in if elses. The url would have to be parsed and sorted as to which items are wanted. Alpha characters might be easier to parse.