posted @ 2009-04-30 22:41
随笔分类 - JavaScript
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 无标题页 参考开心网的head-26.js Code highlighting produced ...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> New Document
阅读全文
posted @ 2009-04-29 10:45
摘要:.net中客户端验证可以用微软自带的验证控件,但明显没有直接写的Javascript来得简单有效,请参照以下三步:第一:Form如下: 1. Name : 2. Email : 3. Web URL : ...
阅读全文
posted @ 2007-06-05 10:57
摘要:http://www.jscode.cn/
阅读全文
posted @ 2007-03-17 08:58
摘要:// JavaScript Documentdocument.write("") function showtip(w){ var x=event.x; var y=event.y; tip.innerHTML=w; tip.style.visibility="visible"; tip.style.left=x+10; tip.style.pixelTop=y+document.body.s...
阅读全文
posted @ 2007-02-09 00:26
摘要:请按照如下步骤进行: (1) 打开IE --> Internet Options -- > Advanced ; 去掉”Disable Script Debugging” 上的选项 (2) 打开需要调试的页面 (3) 启动VS.Net IDE, 选择 TOOLS-Debug Process (Ctrl + Alt + P). 选择需要调试的IE进程。 (4)...
阅读全文
posted @ 2006-05-18 12:46
摘要:如何在vs.net里调试脚本1.首先应该把ie的“禁止脚本调试选项”去掉2.如果在vs.net里面,就设置一个html文件为启动页,然后在文件上面设置断点,这样应该是好使的。记住:设定html文件为启动页如果你的程序是asp,或者aspx,那还有这样的方法:1.a)在你想要停止的地方加上alert(),b)然后运行的网页,c)使用attach to process(vs.net 和vs inter...
阅读全文
posted @ 2006-05-18 12:45