First commit 18/08/2000
This commit is contained in:
BIN
iprod/images/checkit.gif
Normal file
BIN
iprod/images/checkit.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 983 B |
52
iprod/images/code.js
Normal file
52
iprod/images/code.js
Normal file
@ -0,0 +1,52 @@
|
||||
var myImage = new Image();
|
||||
myImage.onload = ShowPreview;
|
||||
|
||||
function Preview( srcImage )
|
||||
{
|
||||
parent.frames['separador'].document.all.Preview.style.visibility = "hidden";
|
||||
parent.frames['separador'].document.all.Loading.style.visibility = "visible";
|
||||
|
||||
myImage.src = 'imgprod/'+srcImage;
|
||||
}
|
||||
|
||||
function ShowPreview()
|
||||
{
|
||||
var AltoVentana, AnchoVentana;
|
||||
var Alto, Ancho;
|
||||
|
||||
AltoVentana = 185; //parent.frames['separador'].document.body.clientHeight;
|
||||
AnchoVentana = 200-35; //parent.frames['separador'].document.body.clientWidth;
|
||||
|
||||
Alto = myImage.height;
|
||||
Ancho = myImage.width;
|
||||
|
||||
if ( Alto > AltoVentana || Ancho > AnchoVentana )
|
||||
{
|
||||
if ( Alto > Ancho )
|
||||
{
|
||||
parent.frames['separador'].document.images['preview'].width = (Ancho*AltoVentana)/Alto;
|
||||
parent.frames['separador'].document.images['preview'].height = AltoVentana;
|
||||
} else {
|
||||
parent.frames['separador'].document.images['preview'].width = AnchoVentana;
|
||||
parent.frames['separador'].document.images['preview'].height = (Alto*AnchoVentana)/Ancho;
|
||||
}
|
||||
} else {
|
||||
parent.frames['separador'].document.images['preview'].width = Ancho;
|
||||
parent.frames['separador'].document.images['preview'].height = Alto;
|
||||
}
|
||||
parent.frames['separador'].document.images['preview'].src=myImage.src;
|
||||
}
|
||||
|
||||
|
||||
//Lo realmente dificil, suele ser lo m<>s facil...
|
||||
// ...y no por que sea facil, tiene por que ser malo.
|
||||
//No te compliques la vida, simplemente "hazlo".
|
||||
// JD Soft.
|
||||
// e-mail: Jose-David.Guillen@cs.us.es
|
||||
function comprar( codigo, producto, precio )
|
||||
{
|
||||
alert("Cesta de la compra no disponible. Estamos trabajando para mejorar, dentro de muy poco estaremos operativos"); return;
|
||||
/*
|
||||
parent.frames['pedido'].document.PEDIDO.LISTA.value= parent.frames['pedido'].document.PEDIDO.LISTA.value+ "\nCod. "+codigo+"\t| "+producto+"\t | " +precio;
|
||||
*/
|
||||
}
|
BIN
iprod/images/comprar2.gif
Normal file
BIN
iprod/images/comprar2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 250 B |
21
iprod/images/db2htm-i.css
Normal file
21
iprod/images/db2htm-i.css
Normal file
@ -0,0 +1,21 @@
|
||||
.z {
|
||||
BORDER-RIGHT: black 1px solid; BORDER-TOP: #1D8DFE 1px solid; BACKGROUND: #000080; BORDER-LEFT: #1D8DFE 1px solid; COLOR: white; BORDER-BOTTOM: black 3px solid
|
||||
}
|
||||
.a {
|
||||
BORDER-RIGHT: #1D8DFE 0px solid; BORDER-TOP: #0D5AB9 3px solid; BACKGROUND: #0D5AB9 BORDER-LEFT: black 0px solid; COLOR: yellow; BORDER-BOTTOM: #0D5AB9 1px solid
|
||||
}
|
||||
|
||||
BODY {
|
||||
scrollbar-face-color: #0066CC;
|
||||
scrollbar-shadow-color: #0099CC;
|
||||
scrollbar-highlight-color: #0099CC;
|
||||
scrollbar-3dlight-color: #0066CC;
|
||||
scrollbar-darkshadow-color: black;
|
||||
scrollbar-track-color: #000000;
|
||||
scrollbar-arrow-color: #FFFFCE ;
|
||||
font: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 10pt;
|
||||
color: black;
|
||||
color: #00FFFF;
|
||||
}
|
||||
|
12
iprod/images/db2htm-l.css
Normal file
12
iprod/images/db2htm-l.css
Normal file
@ -0,0 +1,12 @@
|
||||
BODY {
|
||||
scrollbar-face-color: #0066CC;
|
||||
scrollbar-shadow-color: #0099CC;
|
||||
scrollbar-highlight-color: #0099CC;
|
||||
scrollbar-3dlight-color: #0066CC;
|
||||
scrollbar-darkshadow-color: black;
|
||||
scrollbar-track-color: #000000;
|
||||
scrollbar-arrow-color: #FFFFCE ;
|
||||
font: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 10pt;
|
||||
color: white;
|
||||
}
|
BIN
iprod/images/fondo.gif
Normal file
BIN
iprod/images/fondo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 805 B |
BIN
iprod/images/gradhor.gif
Normal file
BIN
iprod/images/gradhor.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 535 B |
BIN
iprod/images/gradhort.gif
Normal file
BIN
iprod/images/gradhort.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 435 B |
BIN
iprod/images/loading.gif
Normal file
BIN
iprod/images/loading.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
Reference in New Issue
Block a user