Use only on personal Web pages located on web.syr.edu.
Be sure to replace the word "netid" with your NetID.
<img src="http://counter.syr.edu/cgi-bin/Count.cgi?df=netid.dat">
The resulting counter will look like this:
option 2: color border change
Use only on personal Web pages located on web.syr.edu.
Be sure to replace the word "netid" with your NetID.
After frgb=, put in the rgb value of any color you like.
<img src=
"http://counter.syr.edu/cgi-bin/Count.cgi?frgb=ffd700&df=netid.dat">
Here the RGB value for yellow is given.
The resulting counter will look like this:
option 3: colorless counter
Be sure to replace the word "filename" with a filename that will be created for your counter and
which reflects the page containing the counter. For example, the counter that resides on the
Jane Doe's home page is called "jadoe123.dat".
<img src=
"http://counter.syr.edu/cgi-bin/Count.cgi?dd=E&ft=0&df=filename.dat" alt="counter">
The resulting counter will look like this:
option 4: invisible counter
Be sure to replace the word "countername" with a filename that you create
for your counter and that reflects the page on which
the counter resides. For example, the counter that resides on Jane Doe's home page is called "jadoe123.dat".
On the page that you wish to have counted use the "sh=f"(show
counter image is False) attribute:
<
img src="http://counter.syr.edu/cgi-bin/Count.cgi?sh=f&df=countername.dat"
alt="counter1">
You can check the counter value from another Web page, with a URL
known to you, using the "incr=f" (do not increment) attribute
and "sh=t" (show
the counter) attribute set to True:
<
img src="http://counter.syr.edu/cgi-bin/Count.cgi?incr=f&sh=t&df=countername.dat"
alt="counter1">