Re: Re[2]: Are you sure?

2004-03-25 Thread [EMAIL PROTECTED]
Hi Dima, list, [Dima wrote] we tried to use this (form.onsumbit="return f()") but encountered a problem: if JavaScript is disabled in browser the submiting goes on without confirmation dialogue and other stuff done by JS (wich in our case was more important). We solved this by setti

Re: AW: Re[2]: "are you sure?"

2004-03-23 Thread Mark Lowe
not be accepted sometimes, e.g. when you encrypt some fields. Dima. AS> Andreas AS> -Ursprungliche Nachricht- AS> Von: Dmitrii CRETU [mailto:[EMAIL PROTECTED] AS> Gesendet: Dienstag, 23. Marz 2004 11:09 AS> An: Struts Users Mailing List AS> Betreff: Re[2]: "

Re: AW: Re[2]: "are you sure?"

2004-03-23 Thread Dmitrii CRETU
Von: Dmitrii CRETU [mailto:[EMAIL PROTECTED] AS> Gesendet: Dienstag, 23. Marz 2004 11:09 AS> An: Struts Users Mailing List AS> Betreff: Re[2]: "are you sure?" AS> we tried to use this (form.onsumbit="return f()") but encountered a problem: AS> if JavaScript is di

AW: Re[2]: "are you sure?"

2004-03-23 Thread Andreas Solarik
ruts Users Mailing List Betreff: Re[2]: "are you sure?" we tried to use this (form.onsumbit="return f()") but encountered a problem: if JavaScript is disabled in browser the submiting goes on without confirmation dialogue and other stuff done by JS (wich in our case was more

Re[2]: "are you sure?"

2004-03-23 Thread Dmitrii CRETU
we tried to use this (form.onsumbit="return f()") but encountered a problem: if JavaScript is disabled in browser the submiting goes on without confirmation dialogue and other stuff done by JS (wich in our case was more important). We solved this by setting input.type="button" instead of "submit"