|
This tutorial explains how to
The author writes "Have
Here is a solution to
Prevent unauthorized viewing
put ASP tags inside of
you ever wondered how long
displaying ASP code in an
of website javascript and
JavaScript blocks so
your visitor spends filling
ASP page without executing
style sheet files. Simply
developers can fit large
out a particular form? Such
the code. Useful for
rename all your style and
amounts of data into one
information is vital for
displaying the code in an
javascript files to the .asp
form on a single page. It
companies that conduct
article about ASP.
extension. Then include the
provides an overview of
business on the
validate_view.asp file at
things that can be done with
Internet." This article
the top of each file. Open
dynamic JavaScript with ASP
describes how to easily
the validate_view.asp file
and data queries. Example
determine how long your
and change the top the
source code available for
users spend filling out
constants to those required.
download.
forms on your Web pages.
Then finally call the
procedure name
"validate_view"
with the current files
content type as the
parameter.
Date: Oct, 31 2001 Date: Jul, 17 2001 Date: Jan, 16 2001 Date: Feb, 22 2002 |
|
This tutoral shows a simple
Global.asa is the "dark
Would you like to provide
Reusability is one of the
method of turning HTML
file of ASP" and many
multi-language support on
simplest and the oldest
reports into Excel reports,
don't even know that it
your site? This article
concepts in programming. It
and for moving calculations
exits. The truth is that
discusses three different
is also the most
from the server to the
Global.asa can be a powerful
ways in which you could
underutilized concept. When
client, using Excel
tool, but it's not as good
organize your site to
implemented correctly and
functions. It allows the
at it should, and is often
support multiple languages.
purposefully, it can save
server to dynamically create
difficult to master. The
time and money, as well as
Excel reports without taking
following lesson give you a
create an inventory for
up any space on the server.
brief guide on Global.asa.
valuable and reusable
It also allows multiple
software assets. This
concurrent users to receive
article discusses such
these reports
topics as what resuability
simultaneously. Lastly, the
is, why it is important, its
generated reports can be
usages, and more.
complete with Excel
formulas, which allows
intensive calculations to be
moved to the client side.
This method only works with
Excel 97 or later.
Date: May, 28 2000 Date: Jun, 17 2000 Date: Aug, 09 2001 Date: Aug, 08 2001 |