I want to use BEFORE REPORT VALUE to display a HTML header page for all my reports. It inludes 4 GIF files. I have copied these gif files to the CACHE directory ($ORACLE_HOME/REPORT60/SERVER/CACHE). When I run the report, it takes forever to bring up the header page (more than 30 min) and then it will not display the GIF files. It shows where they are supposed to be with the little red 'X'. How am I supposed to do this HTML thing and where should the GIF files be?
I include the HTML script.
<html>
<head>
<link REL=stylesheet HREF="agent.css" TYPE="text/css">
<title>XXXX - XXXX</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF" link="#0000FF" vlink="#0000FF" alink="#0000FF">
<table width="775" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr valign="top">
<td colspan="2" height="75">
<table width="775" border="0" cellspacing="0" cellpadding="0">
<tr align="left" valign="top">
<td width="11" bgcolor="#FFFFFF"><img src="1_1.gif" width="11" height="75"></td>
<td width="164"><img src="1_2.gif" width="164" height="75"></td>
<td width="39"><img src="1_3.gif" width="39" height="75"></td>
<td width="75" background="1_567.gif"><img src="1_4.gif" width="50" height="75"></td>
<td class="topnav" background="1_567.gif" valign="middle" align="center"><img src="1_1.gif" width="85" height="10">
</td>
<td width="39"><img src="1_8.gif" width="39" height="75"></td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td colspan="2" height="75">
</table></body></html>
Any advise on how to solve this issue will be appreciated.
I include the HTML script.
<html>
<head>
<link REL=stylesheet HREF="agent.css" TYPE="text/css">
<title>XXXX - XXXX</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF" link="#0000FF" vlink="#0000FF" alink="#0000FF">
<table width="775" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr valign="top">
<td colspan="2" height="75">
<table width="775" border="0" cellspacing="0" cellpadding="0">
<tr align="left" valign="top">
<td width="11" bgcolor="#FFFFFF"><img src="1_1.gif" width="11" height="75"></td>
<td width="164"><img src="1_2.gif" width="164" height="75"></td>
<td width="39"><img src="1_3.gif" width="39" height="75"></td>
<td width="75" background="1_567.gif"><img src="1_4.gif" width="50" height="75"></td>
<td class="topnav" background="1_567.gif" valign="middle" align="center"><img src="1_1.gif" width="85" height="10">
</td>
<td width="39"><img src="1_8.gif" width="39" height="75"></td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td colspan="2" height="75">
</table></body></html>
Any advise on how to solve this issue will be appreciated.