DEMOS

This page is still under construction.

Please pardon the mess.

Your website can take advantage of our CGI programs. New features are added all the time. If there is something that you need, let us know so it can be added.

Forms:
WebTyme supports HTML forms. This means you can design a form on your page, and then have the results mailed to you. We can design specialized form functions as well. Let us know if you have special requirements.


A simple form

Your form could be used to get information from the person who is looking at your site. The information is then sent to you via email. There is no limit to the number of fields, check boxes or pushbuttons.


Name: 
Email Address:

Your form can include push buttons...
1234

...and "Option Boxes".
Comments:

Counters:
You might like to count the number of hits to a particular page with one of our counters.
Some Examples of things you can do:

CounterSource code
<img src="/cgi-bin/Count.cgi?dd=C&df=ice.dat" align=absmidde>
<img src="/cgi-bin/Count.cgi?dd=A&df=ice.dat" align=absmidde>
<img src="/cgi-bin/Count.cgi?dd=B&df=ice.dat" align=absmidde>
<img src="/cgi-bin/Count.cgi?display=clock&df=sample.dat"align=absmidde>
<img src="/cgi-bin/Count.cgi?dd=A&chcolor=T&df=ice.dat" align=absmidde>
<img src="/cgi-bin/Count.cgi?display=datedd=B&chcolor=T&dformat=mmddyy" align=absmidde>

How to add a counter to your webpage

All you need to do to a a counter is add this line to your webpage:

<img src="/cgi-bin/Count.cgi?dd=C&df=filename.dat" align=absmidde>

Where the filename is the name of the counter for that page.