SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 256 | Next

Richard Wagner

"Professional iPhone and iPod touch Programming: Building Applications for Mobile Safari"


var billAmount = Number( eval( fldBillTotal.value));
var tipAmount = (selPercent*billAmount);
var finalP = tipAmount + billAmount;
fldTipRec.value = ???$??™ + tipAmount.toFixed(2);
fldFinalTotal.value = ???$??™ + finalP.toFixed(2);
}




The Tipster





Let the Tipster ease your pain and calculate the tip for
you.





onfocus=???clearTotal(this)??? onchange=???checkTotal(this)???/>






(continued)
Chapter 10: Packaging Apps as Bookmarks: Bookmarklets and Data URLs
230