客户端预浏图片:
<script language="JavaScript">

function selectImg(fileSel)
{
alert(fileSel.value);
document.all.img_Pre.src = "file:///"+fileSel.value;
}

</script>

<input size=30 />

相关文章:

  • 2021-09-14
  • 2021-07-26
  • 2021-08-03
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
  • 2021-09-27
猜你喜欢
  • 2022-01-06
  • 2022-12-23
  • 2021-08-27
  • 2021-11-22
  • 2021-10-16
  • 2021-10-01
  • 2021-11-04
相关资源
相似解决方案