现在的位置: 首页 > 综合 > 正文

预览添加的图片

2012年03月16日 ⁄ 综合 ⁄ 共 1381字 ⁄ 字号 评论关闭
<SCRIPT language="JavaScript">
function  showme() {
if (window.Form1.btnFindFile.value==""){alert('请选择车辆的照片!'); return false;}
OpenWindow=window.open("", "newwin","height=300,width=400,toolbar=no,scrollbars="+scroll+",menubar=no");
OpenWindow.document.write("<TITLE>照片</TITLE>")
OpenWindow.document.write("<BODY BGCOLOR=#ffffff><center>")
OpenWindow.document.write("<h6>这是车辆的像片!</h6>")
OpenWindow.document.write("<img src='"+ window.Form1.btnFindFile.value +"' width=400 height=300>")
OpenWindow.document.write("</BODY>")
OpenWindow.document.write("</HTML>")
OpenWindow.document.close()
}
  </SCRIPT>

抱歉!评论已关闭.