Ver Mensaje Individual
  #6 (permalink)  
Antiguo 01/12/2005, 02:42
Avatar de Jose_minglein2
Jose_minglein2
 
Fecha de Ingreso: noviembre-2004
Mensajes: 2.344
Antigüedad: 20 años, 2 meses
Puntos: 8
Código:
.....
Function inicio(){
var precio_base =document.getElementById('Precio').value;
var precio_opciones = 0;
var precio_promocion = 0;
}
....
<body onload="inicio()">
.......