PHP - Codigo del Script

 
Vista:

Codigo del Script

Publicado por Aristides (25 intervenciones) el 02/08/2008 16:41:24
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Prueba Calendario</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>

<dlcalendar click_element_id="Imagen"
input_element_id="Texto1"
tool_tip="Calendario Español"
months="ene,feb,mar,abr,may,jun,jul,ago,sep,oct,nov,dic"
days="do,lu,ma,mi,ju,vi,sa"
firstday="lu"></dlcalendar>

Prueba de Calendario
<input name="Texto" type="text" id="Texto1" value="" size="12">
<img align="middle" id="imagen" src="dlcalendar_2.gif" height="15" width="15" alt="calendar">
<script type="text/javascript" language="javascript" src="dlcalendar.js"></script>
</body>
</html>

Cuando coloco este codigo junto a otros formularios y cajas de texto me sale el error.

Si no estan claros puedo enviarle por mail todo.

Gracias.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder