Mortgage Payment Calculator
Open : [ Français ] [ English ]
function changeIframe(newLocation) { theLocation = newLocation ? newLocation : window.location.hash;
theLocation = theLocation.replace(/#/,"http://"); document.getElementById('theIframe2').src = theLocation; }
window.onload = function() { changeIframe(); };
Household Budget Calculator
Open : [ Français ] [ English ]
function changeIframe(newLocation) { theLocation = newLocation ? newLocation : window.location.hash;
theLocation = theLocation.replace(/#/,"http://"); document.getElementById('theIframe').src = theLocation; }
window.onload = function() { changeIframe(); };
