Buenos Dias.
no uso el de desarrolloweb porque me refresca la pagia y eso no me interesa...
El Link q me has puesto tu es el q estoy probando ahora... pero no me corre cuando lo pongo en mi web.. me estare dejando algun parametro de configuracion pero no encuentro cual... porque no me da ningun error.
La pagina principal tengo lo siguiente:
Código HTML:
<html>
<head>
<link rel="stylesheet" type="text/css" href="style/style.css">
<link rel="stylesheet" type="text/css" href="style/stcalendar.css">
<script language="javascript" src="/europool/js/isiAJAX.js"></script>
<script type="text/javascript" src="/europool/js/calendar.js"></script>
<script type="text/javascript" src="/europool/js/calendar-es.js"></script>
<script type="text/javascript">
Calendar.setup({
inputField : "f_date_b", // id of the input field
ifFormat : "%m/%d/%Y %I:%M %p", // format of the input field
showsTime : true, // will display a time selector
button : "f_trigger_b", // trigger for the calendar (button ID)
singleClick : false, // double-click mode
step : 1 // show all years in drop-down boxes (instead of every other year as default)
});
</script>
</head>
<body onLoad="myajax = new isiAJAX();">
<table align="center">
<tr><td align="center" class="titol">EUROPOOL</td></tr>
</table>
<table width="95%" border="0">
<tr>
<td width="30%">
<table>
<tr>
<td><a href="#recepcio/default.php" onClick="myajax.Link(this.href, 'main')">Recepciones</a></td>
</tr>
<tr>
<td><a href="#expedicio/default.php" onClick="myajax.Link(this.href, 'main')">Expediciones</a></td>
</tr>
<tr>
<td><a href="#traspas/default.php" onClick="myajax.Link(this.href, 'main')">Traspasos</a></td>
</tr>
<tr>
<td><a href="#consultes/default.php" onClick="myajax.Link(this.href, 'main')">Consultas</a></td>
</tr>
<tr>
<td><a href="#calendario/simple-1.html" onClick="myajax.Link(this.href, 'main')">proba</a></td>
</tr>
<tr>
<td><a href="#manteniment/default.php" onClick="myajax.Link(this.href, 'main')">Mantenimiento</a></td>
</tr>
</table>
</td>
<td width="75%" align="left" valign="middle">
<div id="main" class="dive"><br></div>
</td>
</tr>
</table>
</body>
</html>
y en el div se me carga lo siguiente:
Código HTML:
<form action="#" method="get">
<input type="text" name="date" id="f_date_b" /><button type="reset" id="f_trigger_b">...</button>
</form>
teoricamente no falta nada mas no?
alguien ha usado jscalendar?
Gracias de antemano,
saludos
PD. por cierto.. la clase isiAJAX va de perlas. Ahora estava haciendo pruebas con los links y el bichoso calendario ese...