![]() Professional Ajax, 2nd Edition
ISBN: 978-0-470-10949-6
Paperback
624 pages
March 2007
US $39.99
This price is valid for United States. Change location to view local pricing and availability.
View Previous Edition of This Title
Other Available Formats: Adobe E-Book
|
Instructors may request an evaluation copy for this title.
|
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 |
|---|---|---|---|---|
| 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 |

