13
242 Zalberto Project
3 comentarios jueves, 05 de julio de 2018

campos:

0-id
1-refid
2-seccion
3-titulo
4-texto
5-fecha
6-anno
7-mes
8-dia
9-visible
10-usuario
11-fechacierre
12-anexotipo
13-anexo
14-imagentexto
15-idd
16-fechamod
17-visto
18-fechaultimovisto
19-fechaalarma
files:

aviso.asp
aviso_close.asp
body.asp
body_izq.asp
cabecera.asp
colores.asp
conex.asp
default.asp
divs.asp
esequeles.asp
form_comentario.asp
form_edicion.asp
form_nuevo.asp
inicio.asp
paginado.asp
request.asp
scripts.asp
trasvase.asp (pte)

colores_turnos.asp
mi_calendario.asp
mi_calendario_div_diario.asp
misturnos.asp
misturnos_comun.asp
misturnos_div_diario.asp
misturnos_tipos.asp

#zalberto - #web - #diseño - #tablas

243 notas de javascript
domingo, 13 de mayo de 2018

notas de javascript

onLoad="setTimeout(window.close,10000);window.resizeTo(350,screen.availHeight);"

document.getElementById('div1660_03').innerHTML=document.body.clientWidth+'-'+document.body.clientHeight;

document.getElementById('div1660_03').innerHTML=document.body.clientWidth;

function tamano(valor) {
tam = parseFloat(document.getElementById('dtexto').style.fontSize);
tam += valor;
//alert (tam);
//elem = document.getElementsByTagName('*');
//for(i=0;ele=elem[i];i++)
document.getElementById('dtexto').style.fontSize=tam+'px';

function laterales(){
document.getElementById('div1660_03').innerHTML=document.body.clientWidth+'-'+document.body.clientHeight;
var altura=document.body.clientHeight
var anchura=document.body.clientWidth
if(anchura>400 & anchura<950){
document.getElementById('div_menu').style.width='98%';
document.getElementById('div_principal').style.width='700';
document.getElementById('div_nuevo').style.width='650';
}
else if(anchura>950 & anchura<1000){
document.getElementById('div_menu').style.marginTop='30px';
document.getElementById('div_principal').style.width='95%';
document.getElementById('div_nuevo').style.width='750';
document.getElementById('dtexto').style.fontSize='22px'
}
else {
document.getElementById('div_menu').style.width='98%';
document.getElementById('div_principal').style.width='700';
document.getElementById('div_nuevo').style.width='650';
}
}

#javascript

247 emanual.asp
miércoles, 02 de octubre de 2013

mira qué cosas
working again
jajajaj

02/10/2021
He encontrado este archivo.
Me ha gustado una sql...
sql="select * from "&tabla&"
where matricula in ('"&session("matricula")&"','101981')
order by fecha desc limit 0,20"

Otro
inserto = "insert into tablahistorico
select * from espejo.averias_new
where clave='"&clave&"' and tipo='EMANUAL' "

#sql - #sqlsintaxis

248 w3schools.com html5 browsers myhero
lunes, 23 de noviembre de 2020

En las siguientes líneas está el código HTML (pero, obviamente, se ejecuta y no se "ve").







A Heading


My Hero Element


#html - #javascript - #estilos - #css

249 misturnos.asp
martes, 30 de octubre de 2018

He estado integrando misturnos.asp en el formato de mi_calendario.asp.
Quedan flecos, como por ejemplo el tema efemérides.

#web - #misturnos

© Zalberto | marzo - 2026