Forum Moderators: open
frame page
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Frame Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="75,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="banner.asp" name="banner" scrolling="no" noresize="noresize">
<frameset cols="110,*" frameborder="no" border="0" framespacing="0">
<frame src="menu.asp" name="leftFrame" scrolling="no" noresize="noresize">
<frame src="main.asp" name="mainFrame">
</frameset>
</frameset>
<noframes>
...
menu.asp is fairly straigtforward and nps there anyhow..
here is one of the tables in the main frame
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
....blah...
<body>
<table ><tr>
<td colspan="5" class="nocursor" style="border-bottom:0;"><strong>2003</strong></td><td class="nocursor" align="center" colspan="5"><strong>Information Assuming Euro</strong></td><tr><td class="nocursor"><strong>Ref</strong></td>
<td class="nocursor"><strong>Submitted</strong></td>
<td class="nocursor"><strong>Country</strong></td>
<td class="nocursor" align="right"><strong>Claim Amount</strong></td>
<td class="nocursor" align="right"><strong> Exchange Rate</strong></td>
<td class="nocursor" align="right"><strong>Claimed</strong></td>
<td class="nocursor" align="right"><strong>Adjustment</strong></td>
<td class="nocursor" align="right"><strong>Refunded</strong></td>
<td class="nocursor" align="right"><strong>Rejected</strong></td>
<td class="nocursor" align="right"><strong>Outstanding</strong></td>
</tr>
<tr id="tr0" onclick="javascript:changeBG(this); [red]/n[/red]
top.banner.holdCurrentSelection('****','****xx','****x/xx','18','2003','x','Name','name','UK',0); ">
<td width="10%">SE7230/03</td>
<td width="10%">08/06/04</td>
<td width="10%">Sweden</td>
<td width="10%" align="right">15,626</td>
<td width="10%" align="right">9.079</td>
<td width="10%" align="right">1,721</td>
<td width="10%" align="right">0</td>
<td width="10%" align="right">0</td>
<td width="10%" align="right">0</td>
<td width="10%" align="right">1,721</td>
</tr>
</table>
...etc...
any ideas, its most annoying ;)
tia
/n = Mod entered line break to remove scroll
[edited by: BlobFisk at 2:24 pm (utc) on June 21, 2004]
[edit reason] Removed Scroll [/edit]
"Way to go ..whoever!"..
and be amazed why we diddnt' think of it ..
Mean time ...My way works ...it appears that browsers think like me ( or at least IE does which confirms some peoples ideas here ..hehe... ; )