<html>
<head>
<title>Popup Calendar Demo</title>
<style type="text/css">
</style>
<script type="text/javascript" src="calendar.js"></script>
</head>
<body>
<form name="foo" action="get">
<input type="text" name="bar" /><a href="#" onclick="return getCalendar(document.foo.bar);"><img src="calendar.png" border="0" alt="" /></a>
</form>
</body>
</html>