| $innerhtml .= "<TABLE>";
foreach($exif as $name=>$val) { $innerhtml .= "<TR><TD>{$name}</TD><TD>{$val}</TD></TR>"; }
$innerhtml .= "<TR><TD colspan=\"2\">"; if ($_GET['img']) { $image = exif_thumbnail($_GET['img']); } else { $image = false; } if ($image!==false) { $innerhtml .= "<img src=\"thumbnail.php?img=".$_GET['img']."\">"; } else { // no thumbnail available, handle the error here $innerhtml .= "No thumbnail available"; }
$innerhtml .= "</TD></TR></TABLE>"; ?> <html> <head> <title>图片信息</title> <meta http-equiv="Content-Type" content="text/html; charset=??????"> </head> <body> <SCRIPT> <!-- //初始化内容值 parent.followTd<?=$_GET['r_id'];?>.innerHTML='<?=$innerhtml;?>'; //已读取 parent.document.images.followImg<?=$_GET['r_id'];?>.loaded='yes'; --> </SCRIPT> </body> </html>
|
| 共4页: 上一页 [1] [2] [3] 4 下一页 |
评论加载中…