Sample
|
Description
|
hello
|
This example demonstrates just how easy it is to use
iScript Server Pages.
|
args
|
This example displays any arguments passed to it.
|
headers
|
This example displays all request headers, including any
created by the Web Server.
|
redirect
|
This examples uses browser redirection to redirect to
hello.ctf.
|
include
|
This examples uses server side file include.
|
make
|
This examples uses server side file make.
|
log
|
This example appends a message to the ss.log file.
|
cookiecounter
|
This example uses cookies and buffered i/o to read, update
and display a client side cookie.
|
listemployees
|
This example displays all employee names in the
employee table.
|
simpleform
|
This example prompts the user for their name and displays a
generated page with that name.
|
dumpform
|
This example displays a form and dumps all arguments,
request headers, cookies and submitted from values.
|
pagecounter
|
This example displays the number of times this page was hit.
It does this by storing the count in a server side file.
|
cookietester
|
This example allows creating, updating, removing and
displaying client-side cookies.
|
dumpconfig
|
This example displays any iScript Servlet's config
parameters.
|
contexttester
|
This example dumps Context parameters and attributes
and displays a form for creating, updating and removing
Context attributes.
|
sessiontester
|
This example allows creating, updating, displaying and
removing session settings and values.
|