You are currently not logged in   

Nucleus Support

Step Two: Creating Your Page(s) - Scripts

You may want to implement some common scripts into your web pages. The two most common scripts are already installed on the server for your use. The first one is the counter script. This script will keep a running total of the number of hits your page is getting. Every time someone visits your page the script will increase the counter total by one. To put a counter on your page insert the following tag:

<img src="/cgi-bin/Count.cgi?dd=A|pad=0|comma=T|df=(your e-mail username).dat">

This counter has many features that can be controlled from within the tag itself. For more details on this counter, please refer to the WWW Homepage Access Counter FAQ.

The other most commonly used script is the formmail script. This script enables you to utilize forms and have the information sent to your mailbox. First you will need to create a form.

The formmail script itself is activated by tags located within the coding of the form. The form action will look like the following:

<form method="post" action="/cgi-bin/formmail">
<INPUT TYPE="HIDDEN" name="recipient" VALUE="(your E-mail address)">

There are numerous other input types that you can use with the formmail script. For a complete list, view the README file.

If you want to pursue scripting beyond what is presented here, please visit these resources:


     Back

 

April 2024
S M T W T F S
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30