<%name=Request.form("name") If name="" then response.redirect ("registersubmit.asp") else%> <% name=Request.form("name") lname=Request.form("lname") dob=Request.form("dob") address=Request.form("address") city=Request.form("city") state=Request.form("state") zip=Request.form("zip") country=Request.form("country") tel=Request.form("tel") fax=Request.form("fax") email=Request.form("email") mcseyn=Request.form("mcseyn") mcse=Request.form("mcse") upgradeyn=Request.form("upgradeyn") upgrade2003=Request.form("upgrade2003") ccnayn=Request.form("ccnayn") ccna=Request.form("ccna") ccnp_track=Request.form("ccnp_track") ccnp_dates=Request.form("ccnp_dates") location=Request.form("location") camp_location=Request.form("camp_location") comments=Request.form("comments") %> <%msg=" Dear "&name&",

Thanks For Filling up 'Registration Form'.
We will process the information & do the needful."%> A MCSE Certification | MCSE Training | CCNA Certification | CCNA Training | Microsoft Official Training


MCSE Boot Camp

 

Smart-cert.com
800-519-2267

Longest Duration MCSE boot camp. Longest Duration Camp
MCSE Boot camp highest Pass rate 98% Success Ratio
MCSE boot camp Come back 99% Students Want to come back
MCSE Boot camp satisfaction 100% Satisfaction
MCSE CCNA boot camp back to back MCSE CCNA Back to Back Bootcamp
What do you need to learn today ? ™

Course Fees
FAQ
Contact US
Testimonial
Why MCSE Camp
Site map
_________________
 
   
 Smart-cert Boot Camp :: Registration > Thanks
 
Thanks for selecting Smart-cert Bootcamp as your IT certification Training Provider !!

Next Step :

For Final Confirmation pay your fees by one of the following options.

Option 1.

1. Wire Transfer : You can wire transfer fees to our corporate bank account "Vibrant eTechnologies Ltd" . Details regarding wire transfer can be given to you on request. please  email  bankinfo@vibrantbootcamp.com

Option 2.

2. Credit Card Payment :

 

3. Paypal Payment : 

Use Paypal payment gateway :  click here

 

 
 



 
©2006, Smart-certInc. All Rights Reserved.
    Back to Back MCSE CCNA Certification boot camps.
MCSE Camp USA | MCSE Camp UK | MCSE Camp India
<% d=date() t=time() HTML = "Registration Form Submission.

Date-Time: "&d&"-"&t&"
Name: "&name&"
Last Name: "&lname&"
Date of Birth: "&dob&"
Address: "&address&", "&city&", "&state&", "&country&"- "&zip&"
Tel No: "&tel&"
Fax No: "&fax&"
Email: "&email&"
MCSE Yes/No: "&mcseyn&"
MCSE Dates: "&mcse&"
Upgrade Yes/No: "&upgradeyn&"
Upgrade Dates: "&upgrade2003&"
CCNA Yes/No: "&ccnayn&"
CCNA Date: "&ccna&"
CCNP Yes/No: "&ccnp_track&"
CCNP Date: "&ccnp_dates&"
Location Yes/NO: "&location&"
Location: "&camp_location&"
Comments: "&comments&"
" set myMail=server.CreateObject("CDONTS.NewMail") myMail.MailFormat = 0 myMail.BodyFormat = 0 myMail.Body = HTML myMail.From = email myMail.To = "info@vibrantbootcamp.com" myMail.Subject = "Registration Form Vibrant boot camp Submission" myMail.Send set myMail = Nothing %> <%end if%> <%'=HTML%>