Josh Gray wrote:

> What's the best way to make a single form be able to submit 
> with multiple different buttons that when parsing the
> results be able to tell which button was clicked?

Give them names and values. But why use buttons? Why not use links (or
custom button image links)?

> I'll explain the situation more if that is unclear..  A 
> certain page is
> listing "n" records that on the far right each one has a 
> radio button and a
> submit (or type=button) button that edits the certain record, 
> and a final
> submit button at the bottom.  Normally i would make each 
> record a individual
> form but since the radio button value has to be passed to the 
> next page via
> submit at the bottom, this is not possible.

Actually, it is possible, but I wouldn't do it that way.

-- 
Mark Thomas                    [EMAIL PROTECTED]
Sr. Internet Architect         User Technology Associates, Inc.

$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to