首页 | 代码中心 | 源码下载 | 用户管理 | 用户留言 | 导航 | 繁體
代码秀,专业程序代码提供商(源码下载,编程技术)
-------------------------------------------------------------------------------- 脚本说明: 第一步:把如下代码加入区域中 <Script Language="JavaScript"> <-- Begin function display_image(form) { selectionname = form.imagename.options[form.imagename.selectedIndex].text; selection = form.imagename.options[form.imagename.selectedIndex].value; PreView = window.open("", "Preview", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=360,height=440 left=0 top=0"); PreView.document.open(); PreView.document.write(""); PreView.document.write("Preview"); PreView.document.write(""); PreView.document.write("" + selectionname + ""); PreView.document.write(""); PreView.document.write(""); PreView.document.write(""); PreView.document.write(""); PreView.document.close(); } // End --> </Script> 第二步:把如下代码加入区域中 请选择相片 相片一 相片二 相片三 相片四 相片五 相片六 相片七 -------------------------------------------------------------------------------- 特别说明:如网页特效代码中有引用图片文件等,请自己下载到本地调试!