<%@ Language=VBScript %> <% 'Option Explicit %> <% Response.Buffer = True %> <% Response.Expires = 10 %> <% strSectionHead = "" %> <% Dim reqForm reqForm = Request("FORM") If reqForm = "" Then reqForm = "undefined" End if If reqForm = "error" Then reqForm = "g" End if %> <% Select Case reqForm %> <% Case "linkrequest" %> <% strTitleImage = "img/i_reception.gif" strTitle = "Link Exchange Request Form" strTitleSubBGcolor = "" '"BGCOLOR=""#FFFF00""" strTitleSubTitle = " " %>
Your First and Last name
Your email address
URL of your site
Title of your site
You manage the site.
What type of site is it?
Describe its service/product/purpose.
The site is motorcycle related.
The site contains a section/product/service specifically for the TDM.
Explain how to get to that section/product
You wish to sell a motorcycle related product/service at Carpe TDM.
A link to Carpe TDM is not required but if you have Carpe TDM linked on your site, where is that link?
Your site doesn't have a link to Carpe TDM but it will in the future
at this page :
even if Carpe TDM doesn't link to you ?
  
<% Case "addremark" %> <% strTitleImage = "img/i_reception.gif" strTitle = "Adding a remark" strTitleSubBGcolor = "" '"BGCOLOR=""#FFFF00""" strTitleSubTitle = " " %> If submitted succesfully you will get a page with a copy of the mail.
If you wish to post anonymously leave the email field empty.
subject : A remark for : <%= Request.ServerVariables("HTTP_REFERER") %>">
your name : or Carpe nickname
your email :
  check this if you want a receipt email
your remark :
<% Case "guinness" %> <% strTitleImage = "img/i_reception.gif" strTitle = "contact Guinness" strTitleSubBGcolor = "" '"BGCOLOR=""#FFFF00""" strTitleSubTitle = " " %> You can't send attachments with this form. To send attachments use my regular email
If submitted succesfully you will get a page with a copy of the mail.
If you wish to post anonymously leave the email field empty.
subject : ">
your name : or Carpe nickname
your email :
your location :
  check this if you want a receipt email
your comment :
<% Case "g" %> <% strTitleImage = "img/i_reception.gif" strTitle = "Form 3VD" strTitleSubBGcolor = "" '"BGCOLOR=""#FFFF00""" strTitleSubTitle = " " %> If submitted succesfully you will get a page with a copy of the mail.
If you wish to post anonymously leave the email field empty.
subject :
your name :
your email :
  check this if you want a receipt email
your location :
your comment :
<% Case "market" %> <% strTitleImage = "img/i_reception.gif" strTitle = "Buying or selling personal items @ Carpe TDM" strTitleSubBGcolor = "" '"BGCOLOR=""#FFFF00""" strTitleSubTitle = " " %> Login at The Forum, there is a Wanted and a For Sale section.

If you don't want to register you may use the guest login,
remember to add your email adress in the message. <% Case "undefined" %> <% strTitleImage = "img/i_reception.gif" strTitle = "Frontdesk" strTitleSubBGcolor = "" '"BGCOLOR=""#FFFF00""" strTitleSubTitle = " " %> Please select one of the forms that seems most suitable for your needs.
If none fits your need just post a mesage to Guinness.
Or just simply email Guinness, also for sending files.
    Available forms:
  1. I've got a complaint...
  2. I want to join Carpe TDM
  3. I don't remember my Carpe TDM password    *then enter your nickname/handle
  4. I don't remember my Carpe TDM nickname/handle    *then enter your email address
  5. I don't remember my Carpe TDM password and no longer have access to that email adress    *doh! could get tricky
  6. I want to change/update my membership information
  7. I want to cancel my membership
  8. I'm looking for a member...
  9. I'm searching for information about a TDM/motorcycle related subject...
  10. I've got information/pictures for Carpe TDM
  11. I just wanted to say...
  12. I've got a question about the forum...
  13. I'ld like to sell my bike/saddle/engine/...
  14. I'ld like to buy a bike/saddle/engine/...
  15. error reporting/missing graphics
  16. I'll show yours if you show mine : link exchange
  17. I got an idea/request
  18. I want to promote/advertise something at Carpe TDM (selling something with a discount?)
<% End Select %>