Setup for Loan calculator (#7698).

Object setup.

Object name:Loan calculator
Location:<$nothing>
Parent:MSP Sample Pages (#301)
Owner:Odo (#987)
Description:
<HTML><HEAD> <TITLE><%=this.name%></TITLE><%=$html_utils:nav_links(this:www_nav_links())%></HEAD><%=this.header%><H3><%=this.name%></H3><%if (dobj) principal = tofloat($www:parse_GET("principal")); interest = tofloat($www:parse_GET("interest")); time = toint($www:parse_GET("time")); timeunit = toint($www:parse_GET("timeunit")); rateunit = toint($www:parse_GET("rateunit")); final = $math_utils:compound(principal, interest/100.0/tofloat(rateunit), toint(tofloat(time*timeunit)/365.0*tofloat(rateunit)+0.5)); final = tofloat($math_utils:round(final * 100.0))/100.0;%> <B>That will cost you: $<%=final%> ($<%=final-principal%> in interest).</B><%else principal = 100.00; interest = 10.0; time = 1; timeunit = 365; rateunit = 365;endif%><P><FORM><OL><LI>Principal: <INPUT TYPE="text" NAME="principal" SIZE=10 VALUE="<%=principal%>"><LI>Interest rate: <INPUT TYPE="text" NAME="interest" SIZE=6 VALUE="<%=interest%>">% per annum compounded<SELECT NAME="rateunit"> <OPTION VALUE="365"<%=rateunit == 365 ? " SELECTED" | ""%>>daily <OPTION VALUE="52"<%=rateunit == 52 ? " SELECTED" | ""%>>weekly <OPTION VALUE="12"<%=rateunit == 12 ? " SELECTED" | ""%>>monthly <OPTION VALUE="1"<%=rateunit == 1 ? " SELECTED" | ""%>>yearly</SELECT><LI>Time: <INPUT TYPE="text" NAME="time" size=4 VALUE="<%=time%>"><SELECT NAME="timeunit"> <OPTION VALUE="1"<%=timeunit == 1 ? " SELECTED" | ""%>>days <OPTION VALUE="7"<%=timeunit == 7 ? " SELECTED" | ""%>>weeks <OPTION VALUE="30"<%=timeunit == 30 ? " SELECTED" | ""%>>months <OPTION VALUE="365"<%=timeunit == 365 ? " SELECTED" | ""%>>years</SELECT></OL><INPUT TYPE="submit"></FORM>This page has been visited <%=this.www_counter%> times.<P><%=this:viewsourcelink()%><%=this.footer%><% this:tell_www_tail(@args); %></BODY></HTML><!-- Last modified by Dax (#789) on Mon Oct 22 14:58:31 2001 MDT. -->
View the access limitations with TicketMaster.


Update and repair this object.

Check this object's web page with the W3 HTML 4.0 validator.

Destroy this object utterly and irretrievably.


You are not logged in.

[home | help | who | search | setup | code]