File: C:/xampp/htdocs/ACFrame/index.php
<html>
<head>
<title>Pick Picture</title>
</head>
<body>
<table width="100%" cellpadding="5" cellspacing="0">
<h2>挑作品</h2>
<form method="POST" action="dhtmlTT2.php">
<font size="3" face="Arial">
<input type="radio" name="tmpt" value="perl.jpg"><img src="perl.jpg" alt="Perl">
<input type="radio" name="tmpt" value="Fruit-L.jpg"><img src="Fruit-L.jpg" alt="Fruit">
<tr>
<p>
<td>
<input type="submit" value="Submit" name="B1">
</td>
</tr>
</p>
</form>
</table>
</body>
</html>