Cut and Paste Code for Mortgage Calculator
Copy the following code into the document in which you wish to
link the calculator. This code opens a new window that will leave your site
in the parent window, providing convienence. Potential home buyers can easily
figure monthly payments on a number of listings by switching back and forth
between windows. If you have trouble seeing the code view the source in your
browser.
Copy this code into the head into the head of your HTML document.
<script language="JavaScript"
type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
Copy this code into the body of your HTML document.
<a href="javascript:;" onClick="MM_openBrWindow('http://www.kenmacenergy.com/calculator.html','calc','toolbar=yes,scrollbars=yes,width=750,height=400')">Mortgage Calculator or whatever you wish to call the link. (you can also put an image here) </a>