% Set fs=Server.CreateObject("Scripting.FileSystemObject") Set f=fs.OpenTextFile(Server.MapPath("/top.htm"), 1) do while f.AtEndOfStream = false Response.Write(f.ReadLine & VbCrLf) loop f.Close Set f=Nothing Set fs=Nothing %> <% if request.ServerVariables("REQUEST_METHOD") = "GET" then %>


|
|
To Send This Card to a Friend
|
" Set fs=Server.CreateObject("Scripting.FileSystemObject") Set f=fs.OpenTextFile(Server.MapPath("taurus.htm"), 1) do while f.AtEndOfStream = false strMsg = strMsg & f.ReadLine loop f.Close Set f=Nothing Set fs=Nothing strMsg = strMsg & "
Find out more....
" strMsg = strMsg & Request.Form("Message") & Response.Write(Message) strMsg = strMsg & "
" strMsg = strMsg & "Horoscope Card courtesy of
http://www.miltonblack.com.auProudly Australian
Australian Owned, Australian Designed
Find out more About AustraliaContent Copyright © 2006 Milton Black
" ' set the format of the email to html, etc objMail.BodyFormat = 0 objMail.MailFormat = 0 objMail.Body = strMsg objMail.Send ' destroy the email object Set objMail = Nothing %>
Your card has been sent!
<% End if %> <% Set fs=Server.CreateObject("Scripting.FileSystemObject") Set f=fs.OpenTextFile(Server.MapPath("/bot.htm"), 1) do while f.AtEndOfStream = false Response.Write(f.ReadLine & VbCrLf) loop f.Close Set f=Nothing Set fs=Nothing %>