Tech Blog

Random Tech Commentary & Solutions By Mark D. MacLachlan

Subscribe to Tech Blog


Welcome to my technical blog.  I confess I don't update this site very frequently, but this is where you will find some technical commentary and creative solutions to technical problems I have encountered.  I hope you find the information useful, if you do then please consider supporting the Spider's Parlor by purchasing the Admin Script Pack, other Parlor tools or simply by making a donation.



Support The Parlor

Services

<%@ Language = "VBSCRIPT" %>
<%
' Begin buffering the HTML
' Note this MUST happen before the initial tag.
Response.Buffer = True
%>




 

Redirecting you to the services page…

If your browser does not redirect you, click
here

<%
' Change the following line as appropriate for your script
If 1 = 1 Then
Response.Clear
Response.Redirect "../services/services.htm"
End If
%>