Click to See Complete Forum and Search --> : need your advise


yan
05-14-2003, 03:15 PM
Hi all,
Could some one give an idea how to do this? Here is what I need to do.

1. client submit an order number.
2. I will return all items with invoice checkboxes on that order.
3. Client check mark the items they want to generate invoice and submit.
4. I will return an invoice contains only the checked items.

Since the order items varies, how does the server code detect which item is check mark? Any sample code out there? Do I need to use class? If so, how do I retrieve class info at the sever code?

Thanks

Jona
05-14-2003, 03:18 PM
You will need a server-side language to do this. Which languages does your server support? Pick a language that you want to do this in:

ASP (http://forums.webdeveloper.com/forumdisplay.php?s=&forumid=9)
PHP (http://forums.webdeveloper.com/forumdisplay.php?s=&forumid=16)
CGI/Perl (http://forums.webdeveloper.com/forumdisplay.php?s=&forumid=4)

yan
05-14-2003, 04:21 PM
I usa ASP

Jona
05-14-2003, 04:23 PM
Then ask this question in the ASP forum. ;)