[html]
<html>
<head>
<title>添加图片</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<table width="100%" border="1" cellpadding="5" cellspacing="0" bordercolor="#999999" bgcolor="#ffffff">
<tr>
<td ><form >
<input name="tpi" type="file" size="50" οnchange=Pc3(this)>
<input name="i" type="hidden">
</form></td>
</tr>
</table>
<script>
function Pc3(n)
{
a=n.value
Pv.innerHTML="<img src='"+a+"'>";
}
</script>
<div id=Pv></div>
</body>
</html>
[/html]