Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
82 lines (73 sloc)
3.15 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html><head><title>THANKS-CGI [GUUESTBOOK2]</title> | |
| <META NAME="KEYWORDS" CONTENT="CGI; cgi-resources; headlines; downloads; Perl scripts; Web site; free scripts; solutions; services; software; CGI; cgi news;"> | |
| <META NAME="DESCRIPTION" CONTENT="F R E E C G I S C R I P T"> | |
| </head> | |
| <body bgcolor="3366aa" text=000000 link=yellow alink=red vlink=lime> | |
| <center> | |
| <table border=0 width=640> | |
| <tr><td vlaign=top align=center> | |
| <script Language='JavaScript'> | |
| var now = new Date(); | |
| var years = now.getYear(); | |
| var months =now.getMonth(); | |
| var days = now.getDate(); | |
| var hours = now.getHours(); | |
| var minutes = now.getMinutes(); | |
| var seconds = now.getSeconds(); | |
| var ram_num=Math.floor(Math.random()*10000); | |
| var markstr=""+years+"-"+months+"-"+days+"-"+hours+"-"+minutes+"-"+seconds+"-"+ram_num; | |
| var showcgiurl="http://www.thanks-cgi.com/cgi-bin/banker/banker_show.cgi"; | |
| var clickcgiurl="http://www.thanks-cgi.com/cgi-bin/banker/banker_click.cgi"; | |
| document.write('<a href='+clickcgiurl+'?'+markstr+'><img src='+showcgiurl+'?'+markstr+' border=0></a>'); | |
| </script><hr> | |
| <table bgcolor="#000000" border=0 cellpadding=0 cellspacing=0 width="450"><tr><td> | |
| <table border=0 cellpadding=3 cellspacing=1 width="450"> | |
| <tr align=center bgcolor="#000000"> | |
| <td colspan=2><font size=-1 face=arial color=#ffffff> | |
| <b>GUESTBOOK (2)</b> | |
| </font></td></tr> | |
| <tr valign=top align=left bgcolor="#ffffcc"> | |
| <td align=center width="50%"><font size=-1 face=arial> | |
| OTHER<br></font></td> | |
| <td align=center width="50%"><font size=3 face=arial color=red> | |
| <blink><b>THANKS GUESTBOOK</b></blink></font></td></tr> | |
| <tr valign=top align=left bgcolor="#ffffff"> | |
| <td width="50%"><font size=-1 face=arial> | |
| Can NOT control Guest Book directly from browser<br> | |
| <br> | |
| Complicated set-up and maintenance procedure<br> | |
| <br> | |
| Repeat users must re-type personal information each time they log on to Guest Book<br> | |
| <br> | |
| Guest Book becomes longer in the event of many postings (inconvenient for user to scroll and read Guest Book)<br> | |
| </font></td> | |
| <td width="50%"><font size=-1 face=arial> | |
| Visitor can be added to web-page after sign in<br> | |
| <br> | |
| Total control of all functions from web-browser Web-Master CAN delete visitor comments from the browser<br> | |
| <br> | |
| Very easy set-up, only needs one time installation of CGI script ( NO record.txt needed )<br> | |
| <br> | |
| Repeat users need NOT re-type personal information again<br> | |
| <br> | |
| Able to automatically create additional pages when Guest Book becomes crowded (Easy to read Guest Book)<br> | |
| <br></font></td></tr> | |
| <tr align=center bgcolor="#000000"> | |
| <td colspan=2><font size=3 face=arial color=#ffffff> | |
| <b> | |
| <a href="cgi-bin/guestbook2/guestbook.cgi">SAMPLE</a> | |
| <font color=white>|</font> | |
| <a href="index.html">BACK TO MAIN PAGE</a> | |
| <font color=white>|</font> | |
| <a href="http://www.optigan.com/cgi-local/optigoners/guestbook.cgi" target="_blank">IN ACTION</a> | |
| </b></font></td></tr> | |
| </table> | |
| </td><tr></table> | |
| <hr> | |
| <A HREF="http://www.eads.com/adserve/adserve.dll/link?GB06652,0,1"> | |
| <IMG SRC="http://www.eads.com/adserve/adserve.dll/banner?GB06652,0,1" | |
| HEIGHT=55 WIDTH=460 ALT="Click Here to Visit Our Sponsor" border=0></A><br> | |
| <font size=1>© 1997, 1999 <a href="index.html">Thanks CGI resources</a></font> | |
| </td></tr></table> | |
| </body> | |
| </html> |