首页| 新闻| 娱乐| 游戏| 科普| 文学| 编程| 系统| 数据库| 建站| 学院| 产品| 网管| 维修| 办公| 热点
<!-- http://bbs.vevb.com--><!--完成此效果需要两步第一步:把下面代码放到<head>区域中--><SCRipT LANGUAGE="javaScript"><!-- Beginfunction ViewImage(form) {ix = form.width.value;iy = form.height.value;ifile = form.url.value;NS = (document.layers) ? 1 : 0;localurl = ifile.indexOf('http://') == -1;if (NS && localurl) ifile = "file:///" + ifile;var win;var sWidth;var sHeight;win = window.open("","","width="+ix+",height="+iy+",menubar=no,toolbar=no,top=100,left=100");if (NS) {sWidth = win.innerWidth;sHeight = win.innerHeight;} else {sWidth = win.document.body.clientWidth;sHeight = win.document.body.clientHeight;}win.document.open();win.document.write("<html><head></head><body onBlur=this.close();>");win.document.write('<div style="position:absolute;width:'+ix+'px;height:'+iy+'px;left:0px;top:0px">');win.document.write("<img src="+ifile+" width=" + ix + " height=" + iy + "></div></body></html>");win.document.close();}// End --></script><!--第二步:把下面代码放到<body>区域中--> <div align="center"> <form name=imageform> <input name=url type=file size=40> <p> Height: <input name=height type=text value="200" size=3> Width: <input name=width type=text value="150" size=3> <p> <input type=button value="View Image" onClick="ViewImage(this.form);"> </form> </div>
Intel工程样品CPU的识别方法
图解CMOS路线和硬盘光驱跳线的
硬盘分区如何设置准确的分区空间
回眸一笑百魅生,六宫粉黛无颜色
岁月静美,剪一影烟雨江南
芜湖有个“松鼠小镇”
小满:小得盈满,一切刚刚好!
一串串晶莹剔透的葡萄,像一颗颗宝石挂在藤
正宗老北京脆皮烤鸭
人逢知己千杯少,喝酒搞笑图集
搞笑试卷,学生恶搞答题
新闻热点
疑难解答
图片精选
微信小程序各种坑?填坑tip
web前端如何让网页布局稳定性和标
CSS定位深入理解 完全掌握CSS定位
彻底理解浮动float CSS浮动详解 清
网友关注