Programming Active Server Pages by Dan Mezick, Scott Hillier

By Dan Mezick, Scott Hillier

Observe how energetic Server Pages combines Dynamic HTML code, scripts, and ActiveX server elements to create strong Web-based company suggestions. and procure the historical past wisdom you want to create sites that draw at the complete set of good points supported via energetic Server Pages, as applied in Microsoft net details Server 4.0, Microsoft net Explorer 4.0, and Microsoft Transaction Server. Programming energetic Server Pages covers lively Server Pages from consumer and server views, together with lively Server Pages items and ActiveX facts gadgets. The ebook additionally explores the interaction among Dynamic HTML and scripting with visible uncomplicated, Scripting variation, or JavaScript.

Show description

Read or Download Programming Active Server Pages PDF

Similar system administration books

Java Performance and Scalability: Server-Side Programming Techniques

This booklet used to be written with one objective in brain: to supply Java programmers with the services had to construct effective, scalable Java code. the writer stocks his event in server-side functionality tuning via measured functionality tests, referred to as optimizations. every one optimization discusses ideas to enhance the functionality and scalability of your code.

Deploying Microsoft Forefront Protection 2010 for Exchange Server (It Professional Series)

Get targeted, real-world tips for making plans and enforcing leading edge defense for trade Server--and aid safeguard firm email from viruses, unsolicited mail, phishing, and coverage violations. Guided by way of key individuals of the Microsoft leading edge workforce, you will delve into method parts, gains, and services, and step via crucial making plans and layout concerns.

Extra resources for Programming Active Server Pages

Example text

0 supports collections for many other objects, including Links, Anchors, Images, Filters, Forms, Applets, Embeds, PlugIns, Frames, Scripts, and StyleSheets. These collections allow you to access every aspect of an HTML page and the core of Dynamic HTML. 0, you will encounter differences in object models and case sensitivity. 0, Navigator has an object model. 0. Case sensitivity for object names in Internet Explorer is not a major concern when you use VBScript as your scripting language. However, Netscape Navigator and JavaScript are both case sensitive.

0. These new style parameters—top, left, height, width, and z-index—allow complete control of the X, Y, Z placement of various elements on the page. Elements on the Web page can be positioned in one of three modes: static, relative, and absolute. Static positions are unaffected by the top and left style parameters; these elements are simply positioned by the browser as if no position style were assigned. Relative positions reflect top and left alignment relative to the existing static content on the page.

Let's imagine that you want to use the services of the Excel spreadsheet from Visual InterDev. In order to access the object, you must first review the application's object model. A partial examination of Excel's large and complex object model reveals objects named Application, Workbook, and Worksheet. ) These objects are arranged in hierarchical order in a "has a" type of relationship: the Excel Application "has a" Workbook, and a Workbook "has a" Worksheet. 30 The Object Model The Object Model 31 Figure 3-4.

Download PDF sample

Rated 4.92 of 5 – based on 7 votes