Wrox Home  
Search

Topic: Web

Cover image for product 0470109491
Professional Ajax, 2nd Edition
Nicholas C. Zakas, Jeremy McPeak, Joe Fawcett
ISBN: 978-0-470-10949-6
Paperback
624 pages
March 2007
View Previous Edition of This Title
Other Available Formats: Adobe E-Book
Paperback Version: US $39.99 Add to Cart

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
47 Error in Code
delete lines 4 and 5:

//get your reference to the form
var oForm = document.forms[0];
07/05/2007
78 Error in Code
$date = strtotime($_GET["txtBirthday"]);
if(!is_numeric($date) or $date < 0){
$message = "This is not a valid date";

should be:

$date = strtotime($_GET["txtBirthday"]);
if(!is_numeric($date))
$message = "This is not a valid date";
08/04/08

Web Related Resources

Forums

Articles