All pastes #2131137 Raw Edit

Miscellany

public html v1 · immutable
#2131137 ·published 2012-03-22 16:01 UTC
rendered paste body
<!DOCTYPE html><html>		<head>				<meta http-equiv="content-type" content="text/html; charset=utf-8">				<title>contact_form</title>				<link rel="stylesheet" href="stylesheet.css" type="text/css">				<script type="text/javascript">						function newPopup(url) {								popupWindow = window.open(												url,'popUpWindow','height=500,width=475,left=10,top=10,resizable=no,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')						}						function load() {								document.getElementById('load').style.display = "none";								/* rest of js*/						}				</script>				<style type="text/css">						.pagecontainer {								display:none;						}				</style>		</head>		<body onload="load();">				<div class="pagecontainer" id="load">						Page loading....				</div>				<h1>Contact Us</h1>				<h2>Please feel free to contact us using the details below.</h2>				<p>Dilan Accountants</p>				<p>61A Southbury Road</p>				<p>Enfield</p>				<p>Greater London</p>				<p>EN1 1PJ</p>				<p>Tel: 0203 302 1121</p>				<p>Fax: 0203 302 1121</p>				<p>E-mail: <a href="mailto:info@dilanaccountants.cu.cc">info@dilanaccountants.cu.cc</a></p>				<p><a href="JavaScript:newPopup('map.html');">(click here to view on a map)</a></p>				<p>Alternatively, please fill in the <a href="JavaScript:newPopup('contact_form.php');">online contact form</a> to send us your query.</p>				<noscript>  						<style type="text/css">								.pagecontainer {display:none;}						</style>						<div id="noscriptmsg">								You do not have Javascript enabled.  Please click <a href="contact_form.php" target="_blank">here</a> for the contact form.						</div>				</noscript>		</body></html>