Access ASP Application object from a remote script
2915Access ASP Application object from a remote scripthttp://vbs-wsh-iis-dictionary.pstruh.cz/tips/detpg_a-remote-asp-application-access.htmASP has no interface to access Application data from other environment than VBS/JS in context of ASP page in the same application. But we can create a simple http interface and use the Application object from any other environment - wsh, VBA (Word, Excel), etc.
The basic idea is to make simple ASP page, which will provide a text/http interface to ASP intrinsic objects (specially Application object). We can read/write variables in application dictionary using this ASP script. And we can specify name and value of application variable by a query string to read and write specified variable.ASP > Tips and Tutorials > MiscellaneousOct 10, 2006
The browser can do a great many things, but it has a limit of 216 colors that can “safely†(without dithering or color washout) display. Fortunately, there are many ways that you can display all the color combinations in the browser safe color palette. By placing the six possible values for color (00,33,66,99,CC,FF) in an array and nesting three for next statements with values one through six a table with all the color codes will neatly be displayed in a table.
In all of these examples, the architecture and design of an item is reused to produce and manage a product line. Software can also be acquired, developed, maintained and managed via a product-line approach. Reusability also helps in maintainability, modularity, portability, productivity, interoperability, reconfigurability, commonality, adaptability, reliability and quality.
Say you want to write an article about ASP. How do you put ASP code in an ASP page and just display it? How do you tell the server you just want to display the code and not execute it? Here is my solution:
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.