These pages and links are used to develop and debug my various scripts, to test various methods of handling user actions and determine what is allowed on my website.
All the cgi scripts worked on the previous ISPs (Best-1997, Verio-2000, Quest-2002, Covad-2003) before Earthlink-2011. They did not work in the transition period from Verio to Verio/Earthlink to Quest or on Earthlink's free website-2003.
Stand Alone Page Calls
envtest
Shows the parameters your browser sends to the cgi when making a cgi call.
A dummy query string is also sent: counter=1&digits=2&set=6&class=digit
showcounterg
Show a specific counter by passing a query string selector.
Query string sent: counter=1&digits=2&set=6&class=digit&lead=yes&blank=no
showcountergdb
Shows the counter page data base (no longer used by the cgis) and the counter graphic set data base.
Embeded Script Calls
eshowcounterg
Show a specific counter by passing a query string selector.
Counter selection: counter=1&digits=5&set=5&class=digit
eshowcountergdb
Shows the counter page data base (no longer used by the cgis) and the counter graphic set data base.
eshowcounterg2
Shows some counter formating and the ability to show more than one counter on a page.
Counter selection:
counter=1&digits=10&set=6&class=digit&display=1&lead=yes&blank=yes
counter=2&digits=10&set=7&class=digit&display=2&lead=no&blank=no
Information Pages
cntgraphics
Shows the various counter sets available on this site. Set 6 shows a unique way of placing a graphic behind the digits of a counter. This page does not use a cgi.
JavaScript Pages
jsenvtest
Shows several properties of your browser's javascript.
jsbrowsersel
Shows the parameters your browser sends to a javascript that was used to select the index page to display in the early days of my cgis. This version is much improved and has only been tested with modern browsers.
jsrollover
Shows the basics of using javascript to produce mouse rollover effects.
jscalculator
Test interaction using a simple calculator.
jscalculator2
Test interaction using a simple calculator. A modified version of jscalculator.
PHP Pages
testphp1
Test 1 of php execution, hellow world.
testphp2
Test 2 of php execution, info dump.
JavaScript Cookie Pages
jscookie
Test manipulating a cookie with javascript.
CGI Cookie Pages
cgicookie1
Test manipulating a cookie with a cgi script. JavaScript is only used to display the cookie. The cgi writes this test page back to the browser. The cgi script only manipulates the cookie belonging to the cgi script, not the cookie belonging to the test page.
cgicookie2
Test manipulating a cookie with a cgi script. JavaScript is only used to display the cookie. The cgi redirects the browser back to this page. The cgi script tries to manipulate the cookie belonging to the cgi script and the cookie belonging to the test page to keep them in sync with each other. Shouldn't work.
Last modified April 26, 2011