oasisi-i.php
contains the code used to deliver content to IFRAMES (an MSIE-only
feature that allows you to embed the content from another URL
more or less directly in your page).
This code is exactly like oasisi-e.php
,
except for a single line of code:
print get_creative($s, $w, $h, '_top');
A link to oasisi-i.php
will spit out HTML suitable
for use in an IFRAME.
We could have certainly implemented this by require-ing
oasisi-e.php
, but for performance reasons, it is
better just to replicate the code in both files.