[TerraForm] next / previous / cancel buttons on a muliplage form

  • From: "Malessa Korotnicki" <malessa.korotnicki@xxxxxxxxxxxxxxxxxxxxxx>
  • To: terraform@xxxxxxxxxxxxx
  • Date: Tue, 13 Apr 2004 12:03:51 +1000

Hi,

I have set up a multipage form using sessions and am trying to implement
next / previous and cancel navigation buttons. I tried to use terraform
submit buttons but found it difficult to determine which button was pressed
(next or previous) as both buttons return true when I do a 'IsDefined'
test. (eg. IsDefined("form.next"))

I have resorted to using normal HTML submit buttons as only the pressed
button returns true if I do a 'IsDefined' test. I'd like to do the same
with terraform buttons - does anyone know how?

I'd ideally like to use the <button> tag so that I can add an icon to my
buttons but I get the same problem (can't detect which button was pressed)
whether I use the normal HTML button code or the terraform button code.

Thanks in advanced
- Malessa







=======================================================
The information contained in the above e-mail message or messages 
(which includes any attachments) is confidential and may be legally 
privileged.  It is intended only for the use of the person or entity 
to which it is addressed.  If you are not the addressee any form of 
disclosure, copying, modification, distribution or any action taken 
or omitted in reliance on the information is unauthorised.  Opinions 
contained in the message(s) do not necessarily reflect the opinions 
of the Queensland Government and its authorities.  If you received 
this communication in error, please notify the sender immediately and 
delete it from your computer system network.
=======================================================


Other related posts:

  • » [TerraForm] next / previous / cancel buttons on a muliplage form