> I have this HTML form and its validation done in javascript. All this HTML and Javascript inside echo""; in a PHP code. The Form loads fine and the validation also works fine when the HTML and javascript are used independently as an HTML page. But when put in PHP, the form is ok, but the validation simply does not work....it is totally ignored.
It could be problem with backcslashes before double quotes or other interferences between echo "" and content of string in quotes. There's no need to place JScript into echo"" - It's easier to read and maintenance JavaScript code when it is used independently. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php