Ver Mensaje Individual
  #5 (permalink)  
Antiguo 07/02/2006, 12:35
Avatar de -=ArgoN=-
-=ArgoN=-
 
Fecha de Ingreso: octubre-2005
Ubicación: Barcelona, España
Mensajes: 843
Antigüedad: 18 años, 6 meses
Puntos: 1
Código:
var_total = parseInt(this.full_pags)-1+"/"+parseInt(this.full_pags); //NEW ¬¬
Algo asi? var_total te devuelve: 1/2 siendo 1 = parseInt(this.full_pags)-1 y 2 = parseInt(this.full_pags); ...