All pastes #987948 Raw Edit

Mine

public text v1 · immutable
#987948 ·published 2008-04-17 03:17 UTC
rendered paste body
<?php

?>

<html>
<head>
<title>test</title>
<script type="text/javascript" src="popwindow.js"></script>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>

<div id="contholder" style="display:none;">This is a bunch of test text
<a href="#" onclick='javascript:switchMenu("contholder");'>Close</a>
</div>

<a href="#" onclick='javascript:switchMenu("contholder");'>Link</a>

</body>
</html>