Posted by Manuel Lemos on 03/06/07 21:06
Hello,
on 03/04/2007 02:07 PM Phil Latio said the following:
>> Here you can see a tutorial video with a section that explains that
>> example:
>>
>> http://www.phpclasses.org/browse/video/1/package/1/section/example-form.html
>
> I am currently enjoying your audio/visual presentation. I have actually
> started listening from the beginning.
>
> Not made any decisions on what direction I am going to take but I did also
> like your example form. I don't like pop-up windows (purely personal
> preference) but will certainly have a look at the code once I've finished
> viewing the video.
That pop-up window is a Javascript alert box. It appears in the video
because the example uses browser side validation along with server side
validation. You can disable browser side validation and the alert box
never appears because the server side validation displays errors in the
HTML page.
Anyway, a plug-in to intercept browser side validation errors is being
implemented so you can customize how the error messages will appear in
the browser even before it is submitted to the server.
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|