crir = { init: function() { arrLabels = document.getElementsByTagName('label'); searchLabels: ...
http://www.jb51.net//article/15333.htm
a=alert;w=document.writeln [html]<script> A=alert,w=document.writeln w('<center>'+'Hello Well You!'.fontcolor('red')+'</center>') A('A is short for alert') </script> [/html] ...
http://www.jb51.net//article/13606.htm
with(),,,; with(document)write(fileSize),write('<br>'+lastModified) [html]<script> with(document)write(fileSize) ,write('<br>'+lastModified) ,write('<br>'+location) ,write('<br>'+protocol) ,write('<br>'+location.host) ...
http://www.jb51.net//article/13600.htm
[html]<SCRIPT>a=0if(a<1)alert(a),alert(1-a)//VSif(a==0){alert(a);alert(1-a)}</SCRIPT>[/html][html]<SCRIPT>a=0a?0:(alert(a),alert(1-a))</SCRIPT>[/html]还可以这样写 [html]<SCRIPT> a=0 a==0 && (alert(a),alert(1-a)) </SCRIPT>&n...
http://www.jb51.net//article/13599.htm
在WEB上传文件时,要用到上传框: <input type="file" id="f" name="f"> 这东东在IE(其他偶没经过测试)中是一个非常特殊的对象。 如果是您手动写入的或其他对象经过某些事件触发填入的值 ,由于安全问题,在进行提交表单时,往往会被清空,所以上传失败。 简单点说,除非你的鼠标亲自点到了上传框f上,IE才会给你上传文件! 哪怕你将 f 的onclick句柄赋给某个...
http://www.jb51.net//article/13019.htm
<? //读取图像的类型 //1 = GIF, 2 = JPG, 3 = PNG, 4 = SWF, 5 = PSD, 6 = BMP, 7 = TIFF(intel byte order), 8 = TIFF(motorola byte order), 9&nbs...
http://www.jb51.net//article/10320.htm
Author:Dron Date:2007-4-9 Site:http://ucren.comEditPlus虽然不支持插件,但不知大家有没注意到,EditPlus有个“用户工具”的功能,特别是EditPlus支持给用户工具传递各种各样的参数,这无疑给我们带来极大的发挥空间。这不,我一发现她有这个功能,灵感马上就来了,下面我给大家分享的是我今天刚做完的一个EditPlus小插件,主要的作用是让EditPlus也拥有压缩JS代码和格式化JS代码的功能,虽然实现起来简单,我希望能起到抛砖引玉的效果。首先,请大家到以下地址下载一个小软件解压置于EditPlus的安装目录当中(其实...
http://www.jb51.net//article/9331.htm
这里的写法,可以避免使用for循环,减少栈空间内存的使用和减少运行时的计算开销!#include iostream> #include string> using namespace std; void print_char(char* array[]);//函数原形声明 void main(void) &nb...
http://www.jb51.net//article/1302.htm
共有:8/10,当前1/1页
[首页] [上一页]
1
[下一页] [尾页]
转到:
