|
| |
Counter/FormMail Program

Need A Counter?
Add The Code Below To Your Page For A Counter....it's that simple!
(If you had a previous counter you will need to change to the new code)
led
odometer
lcd
speckled
noisy
cyan
eggs
halloween
curly
timex
red
|
orange
chalk
score
neat
beach
electric
fancy
frozen
oldstyle
sf
|

Usage Instructions
Now has come the time to use the counter in your HTML files.
The counter is called like this in your HTML:
<img src="http://users.1st.net/cgi-bin/counter.exe?link=yourdirectory&style=odometer&width=7">
where the arguments are:
* means required) |
Possible Values |
Meaning |
| link* |
Your Directory Name Goes Here. You may have multiple counters by following your Directory Name by 1 or 2 or 3 nd so on. |
Uniquely identifies the page calling the counter. |
| width |
0,1,2,3,4,5,6,7,8 or 9 |
The width of the resulting image in digits. Extra zeros will be added to the
beginning. If the width is too short for the number to be displayed, it is lengthened
so that all digits may be displayed. Default is 4. |
| style* |
Select from the Styles listed above. |
Specifies the set of digits to use in constructing the final image, or
specifes the use of the simple style 1.
Should be all lower-case |
Examples
Here are some examples of using the counter.
<img src="http://users.1st.net/cgi-bin/counter.exe?link=yourdirectory&style=led">
<img src="http://users.1st.net/cgi-bin/counter.exe?link=yourdirectory&style=odometer&width=7">

Need Form Mail?
Add The Code Below To Your Page Supplementing the Email Address with your own
Email Address and it will work instantly. You may also add INPUT lines for additional entries.
<PRE>
<FORM ACTION="http://users.1st.net/cgi-bin/FormMail.pl" METHOD=POST>
<INPUT TYPE=HIDDEN NAME="recipient" VALUE="YourEmail@1st.net">
<INPUT TYPE=HIDDEN NAME="subject" VALUE="EMAIL FORM">
<INPUT TYPE=HIDDEN NAME="title" VALUE="FORMMAIL">
<INPUT TYPE=HIDDEN NAME="required" VALUE="email,realname">
<INPUT TYPE=HIDDEN NAME="return_link_url" VALUE="http://users.1st.net/YourDirectory">
(If You have a PRO account supplement users with virtual)
<INPUT TYPE=HIDDEN NAME="return_link_title" VALUE="Return To Your Home Page">
<INPUT TYPE=HIDDEN NAME="print_config" VALUE="email,subject">
Name <INPUT TYPE="text" NAME="realname" VALUE="" SIZE=40>
Company <INPUT TYPE="text" NAME="company" VALUE="" SIZE=40>
Email <INPUT TYPE="text" NAME="email" VALUE="" SIZE=40>
Subject <INPUT TYPE="text" NAME="subject" VALUE="" SIZE=40>
Message <TEXTAREA NAME="message" ROWS=5 COLS=75></TEXTAREA>
<INPUT TYPE="submit" NAME="submit" VALUE="Submit">
<INPUT TYPE="reset" NAME="clear" VALUE="Clear">
</FORM>
</PRE>
 There is NO assistance for these other than what is displayed.
It is a fairly simple task and you should already have prior knowledge of HTML before attempting this.

| |
|