<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 10pt; color: #000000'><div class="content">
    <p>I have a situation with Printer-Friendly
where I dynamically create the logo displayed on the page to be
printed. This works fine in both Internet Explorer and Firefox. However, when "print" is clicked in Internet Explorer. the
correct logo is not displayed.</p><p><br></p>
<p>I discovered that in Internet Explorer, the printer-friendly page
comes up with the correct logo in the browser. But, when "Print" (or
"Print Preview") is clicked, the browser makes another httpd call to
the site. This call contains NO context info: No user, group,
$_SESSION, referrer info, nothing. Therefore, my program cannot select
the correct logo.</p>
<p><br></p><p>Does anyone understand what's going on here, and have any suggestions?</p>
<p><br></p><p>Thanks.</p><p><br></p>
  </div></div></body></html>