ASP Source Code: - guestbook.asp
<%@ language = "vbscript" %>

<%
option explicit
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> 
<!--#include Virtual="/IncFiles/adovbs.inc"-->
<!--#include Virtual="/IncFiles/mulveyDSN.inc"-->
<!--#include Virtual="/IncFiles/hitCount.inc"-->

<%
hitCount("NoGuests")
%>

<!-- created: 04/21/2000 8:37:27 am -->

<html>
<head>
	<META NAME="AUTHOR" CONTENT="Allen Mulvey">
	<meta name="generator" content="asp express">
	<LINK rel="stylesheet" type="text/css" href="/incfiles/styles.css">
	<title>The Mulvey Family Guest Book</title>
</head>

<body>

<center>
<h2>The Mulvey Family Guest Book</h2>
<p>
I regret the Guest Book has been found by spammers and perverts so I can no longer display it here.
<p>
Thank you to the hundreds of Mulveys who have signed in here. I have enjoyed reading the posts.
It is amazing how many Mulveys there are in diverse places around the world.<br>
Thanks again,<br>
<a name=me href="Mailto:allen@amulvey.com?subject=Mulvey Family Photo Gallery">Allen Mulvey</a>
<p>
<A HREF="https://forum.mulvey.us">
<IMG SRC="/images/MulveyForum1.gif" ALT="Mulvey Forum" Border="0" Width="167" Height="86">
<br clear="all">Click This Link to Check Out The Mulvey Discussion Forum</A>
<p>
I will try to keep the discussion forum open for those who wish to use it.<br>
If it becomes necessary, I will moderate it.
<p>
<FORM ACTION="/guestArchive.asp" METHOD=GET>
<input name="submit" type=submit value="To View the Guest Book Archive Click Here">
</form><p>
<FORM ACTION="https://www.amulvey.com" METHOD=GET>
<input name="submit" type=submit value="Allen Mulvey's Home Page">
</form>
<p>
This page has been accessed

<%
Response.Write VisitorCount
%>
times.

</center>

</body>
</html>