Re: how to create (open) a dialog box [message #175147 is a reply to message #175144] |
Tue, 16 August 2011 21:25 |
Tim Streater
Messages: 328 Registered: September 2010
Karma:
|
Senior Member |
|
|
In article <4033706(dot)4JQzZI6eRS(at)PointedEars(dot)de>,
Thomas 'PointedEars' Lahn <PointedEars(at)web(dot)de> wrote:
> Tim Streater wrote:
>
>> sheldonlg <sheldonlg(at)thevillages(dot)net> wrote:
>>> Wouldn't you use onsubmit only if you are submitting the entire page?
>>> The onclick allows you to confirm the deletion, send off an AJAX
>>> request, and still stay on the page.
>>
>> Yes. In my app I never submit any forms at all. Everything happens via
>> onclick events and ajax.
>
> IOW, your app cannot be used without client-side scripting, as "ajax"
> requires that. With few exceptions, I would consider that bad software
> design.
So what should I replace my 15000 lines of javaScript with then? Magic?
--
Tim
"That excessive bail ought not to be required, nor excessive fines imposed,
nor cruel and unusual punishments inflicted" -- Bill of Rights 1689
|
|
|