
stanb17
User
Apr 27, 2004, 2:58 PM
Post #20 of 30
(19034 views)
Shortcut
|
Re: [Deven] A Simple Estimated Payment Script.
[In reply to]
|
Can't Post
|
|
Hi, There are probably 6 dozen mortage calculator scripts out there... I have a nice one at http://www.bragdonrealestate.com/rm/listings/ Pick any listing and you'll see the link for the mortage calculator. You ref. it in the page with this code <A HREF="javascript:popUp('http://www.bragdonrealestate.com/mini_mort.html')">Mortgage Calculator</A> You need to place this between the <head> </head> tags <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=425,height=260');"); } // End --> </script> <meta name="robots" content="noindex,nofollow"> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; } //--> </script> Adjust as needed. The code for the page for the actual calculator is here as an attachment named mini_mort.txt. This script just seems to have a few more options. Enjoy Stan StanTheMan
|