上传文件的表单
form的一个要有属性是 enctype="multipart/form-data" 文件输入框是 input type="file"
form的一个要有属性是 enctype="multipart/form-data" 文件输入框是 input type="file"
在样式里加上“word-wrap:break-word”
onMouseOver="javascript:doIt()" onMouseOut="javascript:unDoIt()" 鼠标变手型 style="cursor:hand"
//将某个HTML元素内含的所有图片宽度限定在600以内 var imgMaxWidth=600; function ImgLoad(obj) { for(var i=0;i<obj.all.tags("img").length;i++){ var o=obj.all.tags("img")[i]; if (o.width>imgMaxWidth){ o.width=imgMaxWidth; o.removeAttribute("height"); o.style.cursor="hand"; } } } //然后在obj onload时调用这个函数即可 //还有一个函数,让用户用滚轮调整大小。 function bbimg(o){ var zoom=parseInt(o.style.zoom, 10)||100;zoom+=event.wheelDelta/12;if (zoom>0) o.style.zoom=zoom+’%’; } //调用方法: onmousewheel="return bbimg(img)"
41912.63
41907.89
<script src="/js/all.js"> </script>
41916.28
不要乱用41920.04
<style type="text/css"> .log40000{ color:red } .log50000{ color:red } </style>