Categories
Tags → Using Asp

Creating Dynamic Cascading Style Sheets with ASP

This is a short tip on how to build dynamic cascading style sheets using an ASP page. Stylesheets are useful for separating the content and presentation of a Web page. While cascading style sheets are static text files, it shows how to generate dynam...
DETAILS

mnoGoSearch Pro for Windows

mnoGoSearch Pro is a full-featured web search engine software for intranet and internet servers. mnoGoSearch for Windows consists of GUI indexer combined with configuration utility (indexer.conf editor) as well as search.exe CGI srcipt which is to be...
DETAILS

Creating a Function to Stream a Recordset to XML

This article shows how to create an XML document from a Recordset using the Microsoft XMLDOM object. It explains how to create a custom function that will take the contents of a Recordset and return a much friendly-on-the-eyes XML version. Once the A...
DETAILS

Submitting data to forms with IP*Works! WebForm

ASPRSS has a subscription service that automatically submits articles to all the ASP directories out there. This article shows how the data is submitted to their forms using the IP*Works! WebForm component.
DETAILS

Implementing Dynamic Arrays of Objects

Using classes in ASP 3.0 we can create dynamic arrays of objects. This article presents a sample code showing how to implement a class of dynamic arrays of objects several layers deep.
DETAILS

Wizz Computers ASP Guestbook

This is the ASP version of Wizz Computers Guestbook. It uses an ADO connection object, using an ODBC DSN to connect to the database. The ADO connection object has session scope and is instantiated in Global.asa. Before using the ASP version you'...
DETAILS

Using XML to Improve File-Upload Processing

This article presents an example of multiple binary file upload for Web applications using Extensible Markup Language (XML) technology, without the typical limitation of traditional file upload processing. It describes how to use Microsoft XML Parser...
DETAILS

Display Table Script Writer

This is a Web-based script writer that generates an ASP code for displaying an Access or SQL Server database using user-submitted variable names and the name of the table. Copy the output code into an asp document on your web server and your db is re...
DETAILS

PicturePod

This ASP script utilizes XML, using the MSXML3 or higher parser to allow you to generate multiple pop-up image viewers for your website using just one ASP page. Now cross-browser compatible and lets you add text with your images. Example given to get...
DETAILS

MegaVote

Using the MSXML3 parse and ASP, MegaVote allows you to create voting forms with multiple categories on your website. You can also host multiple voting forms off of the same ASP pages. Example included.
DETAILS

Page:
©2003-2019 jCay.com