Demonstrates basics of IFrame_Call. Asks the server to calculate a couple of sums (5+1, then 5+2). First sum is an GET request, by setting the invisible iframe's src property. Second call does the same thing, but with a POST request. It works by using DOM manipulation to inject a new form, then submits the form. In both cases, the invisible iframe ends up containing the sum response.