value = Math.round(mp * term *100)/100 ;
}
< /script >
This routine performs a standard mortgage calculation and returns the results to the payment and total
input fields. Figure 3 - 11 shows the result.
Designing a Contact Us Page with
Integrated iPhone Services
The final destination page of iRealtor is a Contact Us page that provides basic contact information for the
local realtor and integrates with the Mail, Phone, and Map services of iPhone. The code is shown here.
iPhone service integration is fully explained in Chapter 7 .
Chapter 3: Implementing the Interface
56
The document fragment that is loaded by an AJAX external link is as follows:
< div id=???contact??? title=???Contact Us??? class=???panel??? >
< div class=???cuiHeader??? >
< img class=???cui??? src=???images/jordan_willmark.png???/ >
< h1 class=???cui??? style=???text-overflow:ellipsis;??? > Jordan Willmark < /h1 >
< h2 class=???cui??? > J-Team Reality < /h2 >
< /div >
< fieldset >
< div class=???row??? >
< label class=???cui??? > office < /label >
< a class=???cuiServiceLink??? target=???_self??? href=???tel:(978) 555-1212???
onclick=???return (navigator.userAgent.indexOf(???iPhone??™) != -1)??? > (978) 555-1212 < /a >
< /div >
< div class=???row??? >
< label class=???cui??? > mobile < /label >
< a class=???cuiServiceLink??? target=???_self??? href=???tel:(978) 545-1211???
onclick=???return (navigator.
Pages:
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82