![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/11/2005, 16:21
|
![Avatar de Baby78](http://static.forosdelweb.com/customavatars/avatar110027_1.gif) | | | Fecha de Ingreso: julio-2005
Mensajes: 142
Antigüedad: 19 años, 6 meses Puntos: 0 | |
Este es mi codigo:
Código:
<% @Page aspcompat="true" Language ="VB" debug="true" Explicit="True" LCID = 1034%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<STYLE>
input {
font-size:11px;
}
</STYLE>
<SCRIPT LANGUAGE="JavaScript" SRC="js/popcalendar.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="js/timepicker.js"></SCRIPT>
</HEAD>
<body>
<form name="theForm">
<input type=text name='datevalue' size=10 maxlength=10 ID="Text1">
<script language='javascript'>
<!--
if (!document.layers) {
document.write("<input type=button onclick='showCalendar(this, theForm.datevalue, \"dd/mm/yyyy\",null,0,15,150)' value='select' style='font-size:11px'>")
}
//-->
</script>
<input id='timepicker1' type='text' value='12:00 pm' size=8 maxlength=8 ONBLUR="validateDatePicker(this)" NAME="timepicker1">
<IMG SRC="img/timepicker.gif" BORDER="0" ALT="Pick a Time!" ONCLICK="selectTime(this,timepicker1)" STYLE="cursor:hand">
</form>
</body>
</html>
</html>
|