2008年1月15日

Making sense of ASP.Net Paths

摘要: Making sense of ASP.Net Paths 124 comments February 19, 2004 @ 2:06 pm ASP.Net a plethora of properties to retrieve path information about the current request, control and application. To keep... 阅读全文

posted @ 2008-01-15 15:54 ProgrammingBookWorm 阅读(197) 评论(0) 推荐(0) 编辑

JScript .NET Fundamentals

摘要: JScript .NET Fundamentals ... 阅读全文

posted @ 2008-01-15 14:38 ProgrammingBookWorm 阅读(372) 评论(0) 推荐(0) 编辑

JScript IntelliSense in Visual Studio Orcas

摘要: JScript IntelliSense in Visual Studio Orcas The March CTP of Visual Studio marks the debut of a much-requested and long-awaited feature: improved JScript IntelliSense. We’ve been working on this f... 阅读全文

posted @ 2008-01-15 09:35 ProgrammingBookWorm 阅读(265) 评论(0) 推荐(0) 编辑

JScript Debugging in Visual Web Developer Orcas

摘要: JScript Debugging in Visual Web Developer Orcas Jeff King made a recent post to show off the new JScript IntelliSense feature in the March CTP of Visual Studio. Now I am going to show off the improv... 阅读全文

posted @ 2008-01-15 09:30 ProgrammingBookWorm 阅读(321) 评论(0) 推荐(0) 编辑

2008年1月14日

javascript中String 对象属性和方法

摘要: javascript中String 对象属性和方法 属性 1.constructor 指定创建一个对象的函数。 constructor 属性是每个具有原型的对象的原型成员。这包括除了 arguments、Enu... 阅读全文

posted @ 2008-01-14 17:56 ProgrammingBookWorm 阅读(623) 评论(0) 推荐(1) 编辑

Window.Open详解

摘要: Window.Open详解 Window.Open详解 一、window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+ 二、基本语法: window.open(pageURL,name,parameters) 其中: pageURL 为子窗口路径 name 为子窗口句柄 parameters 为窗口参数(各参数用逗号... 阅读全文

posted @ 2008-01-14 17:51 ProgrammingBookWorm 阅读(172) 评论(0) 推荐(0) 编辑

Get Query String variables in JavaScript

摘要: Get Query String variables in JavaScript Use Java Script to get access to the query string Now make a request to page.html?x=Hello 阅读全文

posted @ 2008-01-14 11:52 ProgrammingBookWorm 阅读(511) 评论(0) 推荐(0) 编辑

2008年1月11日

ASP.NET Script Exploits Overview

摘要: ASP.NET Script Exploits Overview From the perspective of a browser, a Web page is simply a long string of characters. The browser processes the string sequentially, displaying some characters whi... 阅读全文

posted @ 2008-01-11 15:57 ProgrammingBookWorm 阅读(238) 评论(0) 推荐(0) 编辑

ASP.NET / How to: Implement Simple Forms Authentication

摘要: ASP.NET How to: Implement Simple Forms Authentication This example in this topic presents a simple implementation of ASP.NET forms authentication. It is intended to illustrate the fundamentals of... 阅读全文

posted @ 2008-01-11 15:43 ProgrammingBookWorm 阅读(586) 评论(0) 推荐(0) 编辑

How to: Implement Simple Forms Authentication

摘要: ASP.NET How to: Implement Simple Forms Authentication This example in this topic presents a simple implementation of ASP.NET forms authentication. It is intended to illustrate the fundamentals of ... 阅读全文

posted @ 2008-01-11 14:45 ProgrammingBookWorm 阅读(290) 评论(0) 推荐(0) 编辑

导航