浙林龙哥

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  Wix、VBScript、JavaScript脚本

摘要:FROM:http://blog.donews.com/heinsect/category/38728.aspx XPCOM - Mozilla's cross-platform component object model. BlackConnect - Java-to-XPCOM bridge that allows interoperability between Java and ... 阅读全文
posted @ 2005-08-10 13:38 浙林龙哥 阅读(887) 评论(0) 推荐(0) 编辑

摘要:Event properties Page last changed 15 months agoThis page is supposed to be in my frameset. The target/srcElement properties are sometimes buggy in Explorer 5 on Mac and unreliable in Netscape 4.... 阅读全文
posted @ 2005-06-07 18:47 浙林龙哥 阅读(3592) 评论(2) 推荐(0) 编辑

摘要:1. var r=Get(...); return r?isIE?true:false:null; 2. function LyrFn(n, f) { LayerObj.prototype[n] = new Function('var a=arguments,p=a[0],px=isNS4||isOp?0:"px"; ' + 'with (this) { '+f+' }'); }; ... 阅读全文
posted @ 2005-06-06 09:49 浙林龙哥 阅读(702) 评论(0) 推荐(0) 编辑

摘要:1)firefox不支持VBScript!所以,我们能用的只有Javascript. 2)document.getElementId是得到对象的好方法 3)event.keyCode只能在IE中用,NV的要用event.witch 4)IE中可以有window.event,所以可以在函数中直接用event,而NV不行,必须传一个event参数给函数。 5).NET的验证控件不能用!!前台验证不支持... 阅读全文
posted @ 2005-05-24 16:48 浙林龙哥 阅读(698) 评论(0) 推荐(0) 编辑

摘要:CSS2 Reference The links in the "Property" column point to more useful information about the specific property. Browser support: NN: Netscape, IE: Internet Explorer, W3C: Web Standard ... 阅读全文
posted @ 2005-05-19 16:31 浙林龙哥 阅读(762) 评论(0) 推荐(0) 编辑

摘要:原文:http://blog.csdn.net/zhengyun_ustc/archive/2005/01/05/perlftpautoupload.aspx 本应用程序设计的几个基本理念是: l 工具箱再利用: 尽可能利用已有的工具; l 简化运行步骤; 不引入过多的业务逻辑,满足的需求越简单越好。 所以,我们定义了本应用程序依赖于以下几个工具... 阅读全文
posted @ 2005-02-24 00:49 浙林龙哥 阅读(7634) 评论(1) 推荐(0) 编辑

摘要:Schema Break: ListItem/RadioButton change It was pointed out to me (a while ago, I"ve just been delaying this email for a while) that the RadioButton element is not consistent with the rest of ... 阅读全文
posted @ 2004-12-18 13:56 浙林龙哥 阅读(1022) 评论(0) 推荐(0) 编辑

摘要:1.菜单 http://dhtml-menu.com/dhtml-samples/testlink.html 2.拖放 http://www.brainjar.com/dhtml/drag/demo.html 阅读全文
posted @ 2004-12-11 16:17 浙林龙哥 阅读(962) 评论(0) 推荐(0) 编辑

摘要:两段用Enter实现tab的功能的代码 2004-11-21 23:12:01 (文章类别:JavaScript) 1 ------------ 2 -------------------------------   ">    阅读全文
posted @ 2004-12-06 17:44 浙林龙哥 阅读(2068) 评论(2) 推荐(0) 编辑

摘要:今天突然想在Web脚本里传回多个值,想想需要使用引用参数。但Javascript似乎没有?(我没找到这个功能)于是想到VBScript有这种功能,试了试,一开始是这样子的:运行结果:ff (空)什么?不行?我明明用了ByRef了呀,怎么回事?然后就有以下几个版本的调试:[版本一]运行结果:f3 (空)咦,行了,差别只是函数变成了过程!我晕翻。难道函数就不行了?[版本二]运行结果:f3 (空)... 阅读全文
posted @ 2004-11-17 11:47 浙林龙哥 阅读(2176) 评论(6) 推荐(0) 编辑

摘要:最近碰到的一个问题,需要在asp和客户端调用.NET的webservice,也就是说需要用vbscript或javascript来调用webservice。在网上看了看,大多数方案都是利用SOAP Toolkit,但是因为SOAP Toolkit在今年就会被停止后续的支持了,并且要使用soapclient需要专门安装SOAP Toolkit,这对客户端来说不具有通用性,因此想到了使用... 阅读全文
posted @ 2004-11-14 17:58 浙林龙哥 阅读(1226) 评论(0) 推荐(0) 编辑

摘要:http://dev.csdn.net/develop/article/24/24518.shtm 阅读全文
posted @ 2004-11-12 14:48 浙林龙哥 阅读(549) 评论(0) 推荐(0) 编辑

摘要:http://www.tramontana.co.hu/wix/ 阅读全文
posted @ 2004-10-30 12:48 浙林龙哥 阅读(1110) 评论(0) 推荐(0) 编辑

摘要:I then created a new dialog which would accept the product ID and hooked all the action's and conditions up. Without to much trouble I had the installer calling the native DLL and doing pretty much wh... 阅读全文
posted @ 2004-10-23 13:36 浙林龙哥 阅读(939) 评论(2) 推荐(0) 编辑

摘要:# re: Wix Installer and VBScript 19/05/2004 8:03 PM Rob Mensching The inability to specify inline script actions was a bug that was fixed in one of the latest drops of WiX (I think). The correct way ... 阅读全文
posted @ 2004-10-23 13:32 浙林龙哥 阅读(899) 评论(0) 推荐(0) 编辑

摘要:IIS restart with WiX Really simple WiX sample for restarting IIS: " KeyPath="yes"> I needed to update a web.config file of a MapXtreme 2004 applica... 阅读全文
posted @ 2004-10-23 13:25 浙林龙哥 阅读(1298) 评论(0) 推荐(0) 编辑

摘要:1.Wix project1)main page: http://sourceforge.net/projects/wix/2)User forum:http://sourceforge.net/mailarchive/forum.php?forum_id=399783)Bugs: http://sourceforge.net/tracker/?atid=642714&group_id=10597... 阅读全文
posted @ 2004-10-23 13:09 浙林龙哥 阅读(1071) 评论(0) 推荐(1) 编辑

摘要:近时不断深入研究Wix,终于将setup的界面部分搞懂,并制做了一个比较好看的界面。接下来就是要制做文件表。看了这么久的Wix,我知道需要使用工具tallow.exe制作文件表。我还没用过,试用了一下,果然极其好使。它会将源目录下所有文件找出来列表,并自动生成wxs文件,它是一个Fragment。用完之后,发现不能卸载这些文件,觉得应该是GUID的问题。前些时候一直关注Wix的文章,依稀记得以前看... 阅读全文
posted @ 2004-10-22 22:33 浙林龙哥 阅读(1234) 评论(0) 推荐(0) 编辑

摘要:{\MSSansBold10}自定义安装 ProgressType0 = "Install" {\MSSansBold10}修改安装 ProgressType0 = "Modify" 等价于: {\MSSansBold10}自定义安装 ProgressType0 <> "Install" {\MSSansBold10}修改安装 ... 阅读全文
posted @ 2004-10-21 21:56 浙林龙哥 阅读(844) 评论(0) 推荐(0) 编辑

摘要:1.Product节: 2.Package节: 4.UI: 3.字体定义UI/TextStyle: 4.UI/Dialog界面: 阅读全文
posted @ 2004-10-18 21:20 浙林龙哥 阅读(1168) 评论(0) 推荐(0) 编辑