=?ISO-8859-1?Q?Maurits_de_Lo=EB?=
|
| Posted: 11/14/2002, 2:24 PM |
|
Dear all,
I've the following "issue":
On a page I've to forms (issues and issue_response).
For Issues only update is possible. While on the otherhand for
issue_response only insert is possible.
What I need to know is if it is possible to combine the two submit
buttons to one.
Any help/suggestions appriciated.
|
|
|
 |
DonB
|
| Posted: 11/14/2002, 5:55 PM |
|
The direct answer is "no". But, assuming you want users to always see one
button labeled "Issue", then the answer is yes - just give both buttons the
same "Value" property (which is the text that appears on the button. Users
won't have any idea they are seeing different buttons.
DonB
"Maurits de Loë" <maurits@deloe.ch> wrote in message
news:3DD422A8.9050807@deloe.ch...
> Dear all,
>
> I've the following "issue":
> On a page I've to forms (issues and issue_response).
> For Issues only update is possible. While on the otherhand for
> issue_response only insert is possible.
>
> What I need to know is if it is possible to combine the two submit
> buttons to one.
>
> Any help/suggestions appriciated.
>
|
|
|
 |
RonB
|
| Posted: 11/17/2002, 8:38 AM |
|
Hi,
In theory it should be possible to submit several forms with one button. If
you insert a button and add an onclick event firing submit events to all
forms wouldn't that work?
Ron
"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> schreef in bericht
news:ar1k73$9nb$1@news.codecharge.com...
> The direct answer is "no". But, assuming you want users to always see one
> button labeled "Issue", then the answer is yes - just give both buttons
the
> same "Value" property (which is the text that appears on the button.
Users
> won't have any idea they are seeing different buttons.
>
> DonB
>
>
> "Maurits de Loë" <maurits@deloe.ch> wrote in message
>news:3DD422A8.9050807@deloe.ch...
> > Dear all,
> >
> > I've the following "issue":
> > On a page I've to forms (issues and issue_response).
> > For Issues only update is possible. While on the otherhand for
> > issue_response only insert is possible.
> >
> > What I need to know is if it is possible to combine the two submit
> > buttons to one.
> >
> > Any help/suggestions appriciated.
> >
>
>
|
|
|
 |
=?ISO-8859-1?Q?Maurits_de_Lo=EB?=
|
| Posted: 11/17/2002, 2:18 PM |
|
RonB wrote:
> Hi,
>
> In theory it should be possible to submit several forms with one button. If
> you insert a button and add an onclick event firing submit events to all
> forms wouldn't that work?
> Ron
>
>
> "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> schreef in bericht
>news:ar1k73$9nb$1@news.codecharge.com...
>
>>The direct answer is "no". But, assuming you want users to always see one
>>button labeled "Issue", then the answer is yes - just give both buttons
>
> the
>
>>same "Value" property (which is the text that appears on the button.
>
> Users
>
>>won't have any idea they are seeing different buttons.
>>
>>DonB
>>
>>
>>"Maurits de Loë" <maurits@deloe.ch> wrote in message
>>news:3DD422A8.9050807@deloe.ch...
>>
>>>Dear all,
>>>
>>>I've the following "issue":
>>>On a page I've to forms (issues and issue_response).
>>>For Issues only update is possible. While on the otherhand for
>>>issue_response only insert is possible.
>>>
>>>What I need to know is if it is possible to combine the two submit
>>>buttons to one.
>>>
>>>Any help/suggestions appriciated.
>>>
>>
>>
>
>
Dear RonB,
Yes, I think it should. I was already thinking in that direction as
well. As I'm working in php I probably could define an "umbrella" form
handle that fires of the other two. Should work but need to try it out.
Maurits
|
|
|
 |
|