On 06/25/2003 09:55 AM, [EMAIL PROTECTED] wrote:
Is there a limitation in PHP with Javascript and forms? I have a problem when creating a form within a table with Checkboxes and the accompanying javascript to govern the checks.
I am generating the html for a table the first of 10 cells has 3 checkboxes. I have experimented whether to make the form begin at the table tag, and make multiple forms with different names at each table row. Generating the HTML is easy but getting the javascript to work has been unsuccessful...
You may want to try this class that does form generation and validation with automatic generation of Javascript code to validate on the client site, and the class itself to validate on the server side:
http://www.phpclasses.org/formsgeneration
--
Regards, Manuel Lemos
Free ready to use OOP components written in PHP http://www.phpclasses.org/
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php