This tutoral shows a simple
Never worry about your
The browser can do a great
Basic idea and full source
method of turning HTML
copyright being out of date
many things, but it has a
code to remote access
reports into Excel reports,
again.
limit of 216 colors that can
contents of ASP Application
and for moving calculations
“safely” (without dithering
object from a remote script.
from the server to the
or color washout) display.
Lets you read, write and
client, using Excel
Fortunately, there are many
enumerate application
functions. It allows the
ways that you can display
dictionary from the remote
server to dynamically create
all the color combinations
script (WSH, remote ASP/IIS
Excel reports without taking
in the browser safe color
server) or application.
up any space on the server.
palette. By placing the six
It also allows multiple
possible values for color
concurrent users to receive
(00,33,66,99,CC,FF) in an
these reports
array and nesting three for
simultaneously. Lastly, the
next statements with values
generated reports can be
one through six a table with
complete with Excel
all the color codes will
formulas, which allows
neatly be displayed in a
intensive calculations to be
table.
moved to the client side.
This method only works with
Excel 97 or later.
Date: May, 28 2000 Date: Jul, 16 2002 Date: Oct, 04 2000 Date: May, 14 2002 |
No one likes to see 404 pages
This article looks at a
This tutorial explains how to
Dynamically include
and it's even worse when you
couple of ways to get the
put ASP tags inside of
javascript files in your
find one on your own site.
code in the client-side and
JavaScript blocks so
page. Simply place all your
This tutorila explains how
server-side to communicate
developers can fit large
javascripts in a sub
to make the 404 page useful
each other: Using the
amounts of data into one
directory and make one
to the user and notify
Javascript Array and Using
form on a single page. It
reference in your page to
yourself so you can fix them
ASP and XML.
provides an overview of
the cs_scripts.asp file. You
ASAP.
things that can be done with
can then pass + or - with
dynamic JavaScript with ASP
file names to either include
and data queries. Example
or ignore a file in the sub
source code available for
directory. By default all
download.
are included.
Date: Jun, 13 2000 Date: Sep, 07 2001 Date: Oct, 31 2001 Date: Feb, 22 2002 |