Selling ad banners has just got easier! Just enter two fields of the three fields of information, such as the total cost, CPM (cost per thousand impressions), and exposures (number of ads shown), and the calculator will solve the last field for you.
</ccDescription>
<ccInstructions>
1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document
</ccInstructions>
<ccHeadContent>
</ccHeadContent>
<ccBodyContent>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function adCalc(form) {
var ok = 0;
var cost = form.cost.value;
var cpm = form.cpm.value;
var exposures = form.exposures.value;
var complete = "It looks like you entered all the information already! With this calculator, you just enter two of the fields and it solves for the last one.";
var incomplete = "Oops! It doesn't appear you entered enough information. Please enter at least two entries in order to solve for the other two.";