11 2009 档案

摘要:<html><head><title>Untitled</title><style type="text/css">#div1{ border:10px solid red; width:200px; height:80px; margin:20px; padding:10px;} </style> <script ty... 阅读全文
posted @ 2009-11-17 17:02 code_flyer 阅读(257) 评论(0) 推荐(0)
摘要:Get Started with the AjaxPro code Ajax.NET Professional (AjaxPro) is a Ajax Framework for the Microsoft .NET Framework which you can use with any .NET language like C#, VB.NET, J# to create JavaScript... 阅读全文
posted @ 2009-11-12 22:58 code_flyer 阅读(268) 评论(0) 推荐(0)
摘要:在前面我们分别通过innerHeight()和innerWidth()来获得第一个匹配元素内部区域的高度和宽度,我们在应用中往往除了需要内部的尺寸,同样还需要知道外部的高度和宽度,以便更好控制元素来满足我们的要求,那么我们可以通过outerHeight(options)和outerWidth(options)来获取到这部分的高度和宽度。outerHeight(options)获取第一个匹配元素外部... 阅读全文
posted @ 2009-11-12 22:33 code_flyer 阅读(435) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/birdshome/archive/2005/02/17/105403.html原型(prototype)是JavaScript实现面向对象编程的一个基础,但它并不是唯一的构造类的方法,我们完全可以不使用prototype而实现类的编写(把属性和方法的附加全都写在构造函数里面就行了)。不过原型除了可以为Object的子类添加新的属性和方法外,它还可以为... 阅读全文
posted @ 2009-11-12 20:40 code_flyer 阅读(393) 评论(0) 推荐(0)
摘要:http://joshuaink2006.johnoxton.co.uk/blog/82/flash-content-and-z-indexFlash content and z-indexWednesday December 1, 2004Just to set up the scene, a project I am working on requires a Flash navigation... 阅读全文
posted @ 2009-11-10 12:48 code_flyer 阅读(1026) 评论(0) 推荐(0)
摘要:本文来源:http://www.codeproject.com/KB/database/Visual_SQL_Joins.aspxUsing the codeI am going to discuss seven different ways you can return data from two relational tables. I will be excluding cross Join... 阅读全文
posted @ 2009-11-03 12:46 code_flyer 阅读(283) 评论(0) 推荐(0)
摘要:asp.net ajax http://www.asp.net/AJAX/Documentation/Live/default.aspxajaxprohttp://www.ajaxpro.info/ 阅读全文
posted @ 2009-11-01 09:56 code_flyer 阅读(177) 评论(0) 推荐(0)
摘要:应用篇,这以下的东西会借鉴网上其他人的文章,在这里声明一下 1.先把Ajax.dll添加引用到项目中,别告诉我不会,如果连这个也不会就太那个了,和添加其他DLL一样,在项目上右击,菜单上有个[添加引用],然后一步一步把那个.DLL文件添加进来,之后你会在项目的引用中看到那个Ajax.dll就是添加成功了 2.修改Web.config。在 <system.web> 元素中添加以下代码。这... 阅读全文
posted @ 2009-11-01 09:08 code_flyer 阅读(395) 评论(0) 推荐(0)