Welcome![Sign In][Sign Up]
Location:
Search - xsl javascript

Search list

[Internet-NetworkXML_HTML_src

Description: 演示在windows应用程序中如何使用XML, XSL, DHTML 和 Javascript-demonstration in windows applications on how to use XML, XSL, DHTML and Javascript
Platform: | Size: 179658 | Author: 肖晓柳 | Hits:

[ISAPI-IEXML_HTML_src

Description: 演示在windows应用程序中如何使用XML, XSL, DHTML 和 Javascript-demonstration in windows applications on how to use XML, XSL, DHTML and Javascript
Platform: | Size: 180224 | Author: 肖晓柳 | Hits:

[Internet-Networkxml_popup

Description: 对xml+xsl实现分页排序的改进,使支持对所有数据进行排序 以往见过的利用xml+xsl来实现分页排序的基本都只能本页内排序,而不能对所有数据进行排序,究其原因,简单分析如下: xml+xsl分页原理:在xsl中,遍历节点的时候,可以获取当前节点的位置,而且还能限制显示特定位置的节点,例如有18条记录,可以在xsl中设置只显示第1-6条,也可以设置只显示第7-12条,再配合客户端脚本,就可以动态改变xsl文档中控制显示指定位置节点的属性,从而实现分页(具体见代码)。不过这个有一点就是在xsl中获取的这个位置信息是xml文档中的节点位置,而不是排序后的位置; 同样xml+xsl实现排序原理:xsl可以按照节点的属性来排序,我们可以通过动态改变xsl的相关属性值来达到动态排序的目的。如果两个合起来用,却只能对当前页进行排序。 -right xml xsl achieve Pagination sort of improvement backing the right of all data ranking ever seen in the use of xml xsl order to achieve the basic pagination can only Page Ranking within, but not all right for sorting data and the reason, simple analysis is as follows : Principle xml xsl Pagination : In xsl, traversing nodes, the nodes can access the current location, but will limit revealed specific locations of nodes, for example, 18 records, xsl can be installed in only 1-6 revealed that the first, can also set up only to No. 7-12, Coupled with the client script, it can change the dynamic control xsl document shows designated spots node attributes, Pagination achieve (see specific code). But the point is the xsl obtain location information of this is the xml document node position,
Platform: | Size: 21504 | Author: liuyong | Hits:

[ERP-EIP-OA-PortalOA

Description: 1.使用步骤:(1)默认的管理员51aspx可以在后台创建编辑删除角色、用户、文件。 2.用户权限级别越高,显示的文件类型越多;管理员(拥有所有权限的用户)可以看到全部类型文件,不同权限的用户显示在右侧的文件不同。 3.左上侧把文件分为A B C 三组,供用户查看;权限不同看到的文件类型不同;如:用户1仅可以看到Doc文件 ,用户2可以看到Doc和Jpg文件,管理员可以看到全部类型文件。目前系统支持Doc Jpg Pdf Xsl Dwg 五种文件。 4.上传控制文件类型,仅Doc Xsl Dwg Jpg Pdf文件可以上传。 5.后台部分,仅管理员可以登录,管理员指拥有查看所有文件权限的用户 开发工具 asp.net 语言:C# html javascript sql 系统环境: win2000操作系统 IIS5.0 Microsoft .Net Framework 1.1 IE6.0下测试通过 主页Login.aspx-err
Platform: | Size: 3020800 | Author: 吴相辉 | Hits:

[Browser ClientFileManager

Description: 文件管理系统源码(Asp.net1.1) 1.使用步骤:(1)默认的管理员51aspx可以在后台创建编辑删除角色、用户、文件。 2.用户权限级别越高,显示的文件类型越多;管理员(拥有所有权限的用户)可以看到全部类型文件,不同权限的用户显示在右侧的文件不同。 3.左上侧把文件分为A B C 三组,供用户查看;权限不同看到的文件类型不同;如:用户1仅可以看到Doc文件 ,用户2可以看到Doc和Jpg文件,管理员可以看到全部类型文件。目前系统支持Doc Jpg Pdf Xsl Dwg 五种文件。 4.上传控制文件类型,仅Doc Xsl Dwg Jpg Pdf文件可以上传。 5.后台部分,仅管理员可以登录,管理员指拥有查看所有文件权限的用户 开发工具 asp.net 语言:C# html javascript sql 系统环境: win2000操作系统 IIS5.0 Microsoft .Net Framework 1.1 IE6.0下测试通过 主页Login.aspx 管理员 51aspx 默认密码 51aspx -Source document management system (Asp.net1.1) 1. Use these steps: (1) the default administrator 51aspx in the background to create edit delete roles, users, files. 2. The higher level of user permissions, display more file types Administrator (have all the privileges of the user) can see all types of documents, users with different permissions different from the documents displayed on the right side. 3. ABC upper left side of the document is divided into three groups for the user to view permission to see the different file types are different such as: Users can see the Doc just one file, the user 2 can be seen Doc and Jpg files, administrators can see to all types of files. The current system supports Doc Jpg Pdf Xsl Dwg five kinds of documents. 4. Upload control file type, only Doc Xsl Dwg Jpg Pdf files can be uploaded. 5. The background section, only the administrator can log on, the administrator has a view all the file permissions that the user
Platform: | Size: 251904 | Author: 李赫 | Hits:

[.netWCPierce

Description: This the second article in a three article series examining a custom ASP.NET server control I developed to make using the Google Maps API easier for .NET developers. This article assumes you have read Part 1 and are familiar with the Google Maps API. You may see references throughout the article to "my control, my GoogleMaps control, my GMap control, etc". I did not create the Google Maps API, I merely created a wrapper for ASP.NET using C#, XML, and XSL. The main goal of this article is to show you just how powerful a .NET wrapper can be for the Google Maps API. Everything I will cover in this article could be done with other technologies like JavaScript, PHP, Java, etc. But aren t you glad you don t have to use any of those? This also uses an object oriented approach to Google Maps interaction.-This is the second article in a three article series examining a custom ASP.NET server control I developed to make using the Google Maps API easier for .NET developers. This article assumes you have read Part 1 and are familiar with the Google Maps API. You may see references throughout the article to "my control, my GoogleMaps control, my GMap control, etc". I did not create the Google Maps API, I merely created a wrapper for ASP.NET using C#, XML, and XSL. The main goal of this article is to show you just how powerful a .NET wrapper can be for the Google Maps API. Everything I will cover in this article could be done with other technologies like JavaScript, PHP, Java, etc. But aren t you glad you don t have to use any of those? This also uses an object oriented approach to Google Maps interaction.
Platform: | Size: 183296 | Author: Duong Duc Vinh | Hits:

[JSP/Javaxml_svg

Description: 1。主要功能用svg画出北京的部分地铁线路,xml存放数据,用xsl生成svg图。 2。可实现对两站之间最短路径的查询,主要用JavaScript编写。-1. Main function of the part with the svg drawing Beijing subway line, xml store data generated using xsl svg map. 2. Can realize the shortest path between two stations inquiries, primarily written with JavaScript.
Platform: | Size: 7168 | Author: 刘月 | Hits:

[JSP/JavaAutoComplete

Description: Ajax(Asynchronous JavaScript + XML)的定义 基于web标准(standards-based presentation)XHTML+CSS的表示; 使用 DOM(Document Object Model)进行动态显示及交互; 使用 XML 和 XSLT 进行数据交换及相关操作; 使用 XMLHttpRequest 进行异步数据查询、检索; 使用 JavaScript 将所有的东西绑定在一起。英文参见Ajax的提出者Jesse James Garrett的原文a 类似于DHTML或LAMP,AJAX不是指一种单一的技术,而是有机地利用了一系列相关的技术。事实上,一些基于AJAX的“派生/合成”式(derivative/composite)的技术正在出现,如“AFLAX”。 AJAX的应用使用支持以上技术的web浏览器作为运行平台。这些浏览器目前包括:Mozilla、Firefox、Internet Explorer、Opera、Konqueror及Safari。但是Opera不支持XSL格式对象,也不支持XSLT。-Ajax (Asynchronous JavaScript+ XML) definitions Web-based standards (standards-based presentation) XHTML+ CSS representation Using the DOM (Document Object Model) for dynamic display and interaction Using XML and XSLT for data exchange and related operations Use XMLHttpRequest for asynchronous data query, retrieval Use JavaScript to bind everything together. See English authors of Ajax text of a Jesse James Garrett Similar to the DHTML, or LAMP, AJAX does not mean a single technology, but rather a series of organic use of technology. In fact, some basic In AJAX, "derivative/synthetic" type (derivative/composite) are emerging, such as "AFLAX". Support the above applications use AJAX technology, web browser as an operating platform. These browsers currently include: Mozilla, Firefox, Internet Explorer, Opera, Konqueror and Safari. But Opera does not support XSL formatting objects do not support XSLT.
Platform: | Size: 8192 | Author: 曾祥顺 | Hits:

[JSP3schoolPsqlPcss

Description: 学习sql,php,html,等脚本语言的很好的材料,简单易懂 HTML教程 HTML XHTML CSS TCP/IP XML教程 XML DTD XML DOM XSL XSLT XSL-FO XPath XQuery XLink XPointer Schema XForms SOAP WSDL RDF RSS WAP Web Services 浏览器脚本 JavaScript HTML DOM DHTML VBScript AJAX jQuery E4X WMLScript 服务器脚本 SQL ASP ADO PHP .NET(dotnet) .NET Microsoft .NET ASP .NET Mobile 多媒体 Media SMIL SVG -Learning sql, php, html, good material and other scripting languages, easy-to-understand
Platform: | Size: 10293248 | Author: Jack | Hits:

CodeBus www.codebus.net