<html>
<head>
<title>Teste de Calendario</title>
<script src="./calendario.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<form action="#" method="post" enctype="multipart/form-data" name="ARTIGO" >
 <input name="data" type="text" id="data" value="dd/mm/aaaa" size="10" maxlength="10">
<a href="#" onclick="show_calendar('ARTIGO.data');">
                                  <img src="./calendar.gif" width="24" height="12" border="0">
                                </a>
</form>
<body>

</body>
</html>