Javascript is Huge Facebook JS, , , JS
- JavaScript , , delt .
<noscript>, , , javascript
<noscript>
Please enable javascript to use this site
</noscript>
, google, mint .., , .
,
, JavaScript, :
<noscript><img src="noscript.php" /></noscript>
php !
php
<?php
$pxl= imagecreate( 1, 1);
header( "Content-type: image/png" );
imagepng( $pxl);
imagedestroy( $pxl);
?>