Line | |
---|
1 | // ************************************************************************************************************************************************* |
---|
2 | // Libreria de scripts de Javascript |
---|
3 | // Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla |
---|
4 | // Fecha Creación: 2009-2010 |
---|
5 | // Fecha Última modificación: Agosto-2010 |
---|
6 | // Nombre del fichero: Reiniciar.js |
---|
7 | // Descripción : |
---|
8 | // Este fichero implementa las funciones javascript del fichero Reiniciar.php (Comandos) |
---|
9 | // ************************************************************************************************************************************************* |
---|
10 | function confirmar(){ |
---|
11 | if (comprobar_datos()){ |
---|
12 | filtrado(); |
---|
13 | document.fdatosejecucion.submit(); |
---|
14 | } |
---|
15 | } |
---|
16 | //__________________________________________________________________________________________________ |
---|
17 | function cancelar(){ |
---|
18 | alert(CTbMsg[0]); |
---|
19 | location.href="../nada.php" |
---|
20 | } |
---|
21 | //__________________________________________________________________________________________________ |
---|
22 | function comprobar_datos(){ |
---|
23 | return(comprobar_datosejecucion()) |
---|
24 | } |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.