Professional Ajax, 2nd EditionISBN: 978-0-470-10949-6
Paperback
624 pages
March 2007
![]() This product is not currently available for purchase from this website.
For customer care, special sales, or to find your rep, please visit our Contact Us page.
View Previous Edition of This Title
Other Available Formats: E-book
|
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.
Chapter | Page | Details | Date | Print Run |
---|---|---|---|---|
5 | Error in Text Paragraph 3, last sentence: Period is missing at the end of the sentence. |
09/01/2010 | ||
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 |