Community
Participate
Working Groups
width = document.body.clientWidth;
}
if( !isNaN( height ) && !isNaN( width ) ) {
if( !isNaN( height ) ) {
req.addParameter( id + ".bounds.height", height );
if( !isNaN( width ) ) {
req.addParameter( id + ".bounds.width", width );
req.send();