|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/toc/ |
Upload File : |
<HTML> <HEAD> <TITLE>My First CGI</TITLE> </HEAD> <BODY> <H3>This page will let you test the firstcgi.cgi script from Chapter 3</H3> <P> Click one these links and see what happens. Use the "back" function to return to this page. <UL> <LI> <A HREF="http://www.hypertising.com/DnDCGI/scripts/cgi-bin/firstcgi.cgi"> No arguments</A> <LI> <A HREF="http://www.hypertising.com/DnDCGI/scripts/cgi-bin/firstcgi.cgi?color=red"> Red</A> <LI> <A HREF="http://www.jaustinforbes.com/cgi-bin/firstcgi.cgi?color=blue">Blue</A> <LI> <A HREF="http://www.jaustinforbes.com/cgi-bin/firstcgi.cgi?color=FF00FF">Fucsia (uses a hexidecimal color)</A> </UL> <HR> <P>Here's a form that let's you choose your own color!<BR> Just enter the color name or hexidecimal color code (don't use the # sign) you want to see. This form calls the same script as the links above. <FORM ACTION="http://www.jaustinforbes.com/cgi-bin/firstcgi.cgi" METHOD="GET"> Color: <INPUT TYPE="TEXT" NAME="color" SIZE=20 MAXLENGTH=20> <BR> <P><INPUT TYPE="SUBMIT" VALUE="What time is it oh colorful one?"> </FORM> </BODY> </HTML>