<%@Language = VBScript%> <%Option Explicit%> <% FUNCTION invalidEmail(email) IF INSTR (email,"@")=0 OR INSTR(email,".")=0 THEN invalidEmail=TRUE ELSE invalidEmail=FALSE END IF END FUNCTION Dim firstname, lastname, email, subject, comment, yesno, strError %> <% IF Request.QueryString("submit") = "1" THEN firstname = Request.Form("firstname") IF firstname = "" THEN strError = "You did not enter your first name." END IF lastname = Request.Form("lastname") IF lastname = "" THEN strError = "You did not enter your last name." END IF email = Request.Form("email") 'IF NOT invalidEmail(email) THEN IF invalidEmail(email) THEN strError = "You did not enter a valid email address." END IF subject = Request.Form("subject") IF subject = "" THEN strError = "You did not select a subject." END IF comment = Request.Form("comment") IF comment = "" THEN strError = "You did not enter a comment." END IF IF strError = "" THEN Dim JMail, emailmsg, thing, msg emailmsg = "" for each thing in request.form emailmsg = emailmsg & trim(thing) & ": " & trim(request.form(thing)) & vbcrlf next set msg = Server.CreateOBject( "JMail.Message" ) msg.Logging = true msg.silent = false msg.From = request.form("email") msg.AddRecipient "rodney@rodneyrabbit.com" 'Recipient of emailed form msg.Subject = "Completed Form for Rodney" 'Subject of Email msg.Body = cstr(emailmsg) msg.Send( "www8.redstation.co.uk" ) 'Change this to www2, www3 etc response.redirect "thankyou.htm" 'address of thank you page END IF END IF %> Rodney Rabbit Contact
Welcome to RodneyRabbit.com

rodney rabbit home

rodney rabbit diary

rodney rabbit faq

rodney rabbit friends

rodney rabbit gallery

rodney rabbit links

rodney rabbit buy stuff

rodney rabbit webcam

contact rodney rabbit

  rabbit   rabbit   rabbit  
 
Quick Links

 

 

 

 

Rodney's Heroes

 

RSPCA Animal Welfare Campaign

 

Rabbit Sales Campaign

 

 

 

 

 

 
Contact :- How to Contact Rodney
 
Email:  
 


<% IF strError <> "" THEN Response.Write strError END IF %>

First Name

 

Last Name

 

Email Address

 

Subject

 

Comment  
 

 

Would you like to sign up for the email newsletter ?

 

Yes

 

No

 

 

 

 

 

 

 
Quick Tips

 

Wicker balls and rings make great toys for rabbits and keep their teeth in good shape.

Make sure you provide plenty of fibre in your bunny's diet. Always have hay available and keep pellets or mix to a minimum. Rabbits love fresh greens too!

 

 

WARNING:
Does your cage have a front door like this. Do not let your bunny use this front "door". Many a bunny has seriously injured its leg in the bars.

If you have to use this door, cover the bars with wood or Instead buy a side opening cage and make a ramp if necessary.

 
Site hosting organised by Creational Design
RodneyRabbit does not take any responsibility for any consequences incurred as a result of any advice given on this website