<%@ Language=VbScript%> <% '*******************************************************************' 'Script : myForm Version: 1.o ' 'File : feedback_form.asp ' '*******************************************************************' 'Copyright (c) 2002-2003, Peter Pavlidis, ApiWare! ' ' ' 'http://www25.brinkster.com/peterpavlidis ' ' ' 'This script was released on October 2002 by ApiWare! ' '* Visit for more great scripts! ' '* This may be used and changed freely as long as all credit ' ' and copyright info for ApiWare! remains intact. ' '* Any links to ApiWare! must remain intact. ' ' ' 'THIS PROGRAM MAY NOT BE REDISTRIBUTED OR RESOLD ' '*******************************************************************' %> <% if request.querystring("submit") = "feedback" then 'This mean the form was submitted so lets check to see what was chosen/not and process dim MessageType, Subject, SubjectOther, Comments, UserName, UserEmail, UserTel, UserFAX, ContactRequested 'lets get all the variables in MessageType = request("MessageType") Subject = request("Subject") SubjectOther = request("SubjectOther") Comments = request("Comments") UserName = request("UserName") UserEmail = request("UserEmail") UserTel = request("UserTel") UserFAX = request("UserFAX") ContactRequested = request("ContactRequested") call process_form %> <% else %> Heroes of Switzerland

Heroes of Switzerland
Next gig: 11/04/05

Heroes of Switzerland Information

Heroes of Switzerland LIVE

Heroes of Switzerland Audio MP3 and streaming

Heroes of Switzerland Visuals

Contact Heroes of Switzerland

Heroes of Switzerland Links

 

 

 

 

 

Get in touch with the Heroes.

Ian: ian@heroesofswitzerland.com / 07970 227 349

Jon: jon@heroesofswitzerland.com / 07791 542 561

And don't forget to join the mailing list to keep up to date with our endeavours.

Just enter your email address to be added. You can unsubscribe at any time and we won't sell your address to porn/Viagra/housewife salespeople or Nigerian businessmen.

<% end if %>