Olá boa tarde. Tenho este código que funciona como html. Porém ele não funciona como jsp e eu preciso embuti-lo em um arquivo .jsp. Alguma dica?
Grato, Carlos.
<html>
<head>
<script src="calendar.js"></script>
</head>
<body>
<input type="text" name="data" value="dd/mm/yy" onfocus="this.select();lcs(this)" onclick="event.cancelBubble=true;this.select();lcs(this)">
</body>
</html>