![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
12/09/2008, 09:48
|
![Avatar de foreverOdd](http://static.forosdelweb.com/customavatars/avatar203712_2.gif) | | | Fecha de Ingreso: noviembre-2007 Ubicación: Caracas
Mensajes: 489
Antigüedad: 17 años, 2 meses Puntos: 14 | |
Respuesta: se puede desde ajax? pues si que se puede con prototype harias algo asi:
dimensiones = $('CAJA1').getDimensions().toJSON();
luego en php haces:
$aDimensiones = json_decode($string_desde_js, true);
$aDimensiones['width'] //el ancho
$aDimensiones['height']//el alto
__________________ My path is lit by my own fire, I only go where I desire |