All pastes #666328 Raw Edit

Miscellany

public text v1 · immutable
#666328 ·published 2007-08-22 01:15 UTC
rendered paste body
<html> 
<body onfocus="alert('focus');document.getElementById('printcontainer').style.display='';">

<div id="printcontainer" style="position:absolute; float:right">
	<table id="printcontainer1" style="BORDER-RIGHT: black 0px solid; BORDER-TOP: black 0px solid; BORDER-LEFT: black 0px solid; BORDER-BOTTOM: black 0px solid;t" cellPadding="2" align="right" border="0" id="table1">
		<tr>
			<td title="Print Record." style="CURSOR: pointer; background-color: white; color: black;" onclick="start_timer();" align="center">
			<img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" id="printbtn" src="/turmoil/gfx/hero_placeholder.gif"><br>Print</td>
			<td title="Close Window." style="CURSOR: pointer; background-color: white;  color: black;" onclick="window.close();" align="center">
			<img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" id="closebtn" src="/turmoil/gfx/hero_placeholder.gif"><br>Close</td>
		</tr>
	</table>
</div>

<img src="/turmoil/gfx/hero_placeholder.gif" style="Z-INDEX: 1">
<script>
	function start_timer() {
		document.getElementById('printcontainer').style.display='none';
		setTimeout('printWindow()',1);
	}
	function printWindow() {
						window.print();
	}
</script>
</body>
</html>