Back by popular demand! Here is a Loan Calculator I wrote using Perl.
This script will figure loan payments, print amortization tables and
allow you to change your payments to see how it will effect your loan
length and interest paid.![]() Here are the formulas I used to calculate the loan payments and total interest paid. |
Here is a Roman Numeral converter that will convert between Arabic and
Roman Numerals. It can handle values up to 4,000,000. It also supports
the Roman "over-line" charecters.
|
How about instead of blocking all IE users on your site you try this
Java script. Just add it to your html file. (near the top) This script
pops up a java alert box with a message if you use IE to browse the page.
If the user hits OK they see the page, if they hit CANCEL they are pointed
to a different page. Be sure to add URL to the script. You should be able
to see where it goes.
Here are two other Java scripts that identify IE and redirect the browser to another URL. OK, If you do not want Java here is a Perl script if you can run CGI scripts. Please don't e-mail me with requests like, "what is Perl", "how do I use Perl scripts" and such. If you don't know you probably can't use the script. To learn more about Perl go to your favorite search engine and search for "perl". Anyway, this script checks to see if the browser is MSIE and the sends one web page if it detects "MSIE" and another page if it does not. You need to edit the data at the top of the script. |