09 2008 档案
怎样控制Flash的对外脚本访问
摘要:Macromedia flash Player 带有一个 AllowScriptAccess 参数,它可以用来控制是否允许执行来自 swf 本身对外脚本。这个特性需要 flash Player 6.0.40.0 及其以上版本支持。 对外脚本通过使用特定的 FSCommand 或 getURL... 阅读全文
posted @ 2008-09-29 17:51 Levis 阅读(399) 评论(0) 推荐(0)
图形验证码
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 存为 code.asp , 调用时在HTML中插入图片,SRC属性设置为code.asp。如下: Code Code highlighting produced by Act... 阅读全文
posted @ 2008-09-28 16:23 Levis 阅读(249) 评论(0) 推荐(0)
适合所有表的添加、删除、修改的函数
摘要:由于数据库中的每张表中的字段名不一样,所以在写后台程序的时候,通常会写多个页面,对应不同的表。这里介绍一个函数,适合所有的表,不需要再为每一个表写添加,删除,修改页面了,这样会省下许多时间去做别的事。 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighte... 阅读全文
posted @ 2008-09-28 15:48 Levis 阅读(167) 评论(0) 推荐(0)