<%@ page import="java.text.SimpleDateFormat" %> <%@ page import="java.util.*" %> <%@ include file="include/config.jsp" %> <% Statement sd = null; sd = connection.createStatement(); ResultSet r5 = sd.executeQuery("select * from product_master where id = 2"); double price = 0.00, total_amount=0.00, sh_price = 0.00; int period = 0; while(r5.next()) { price = r5.getDouble("price"); sh_price = r5.getDouble("sh_price"); total_amount = price+sh_price; } %> Self-Defense Institute
<%@ include file="header_sd_reg.jsp" %>
<%@ include file="left.jsp" %>
 


Preview your program now at our risk. Simply fill in the information below to receive your Program. Your satisfaction is 100% guaranteed.

 
<% //out.println("Problem is: "+request.getParameter("action")); if((request.getParameter("action")!=null) && (request.getParameter("action").equals("1"))) { %> We are sorry but your card was declined. Please try again with a different card or contact us. <% } %> <% if((request.getParameter("action")!=null) && (request.getParameter("action").equals("2"))) { %> This emailID already exists Please choose different one! <% } %>
 
Account Information  
E-mail Address:
(Your email address will be your username)
Password:  must be 6-10 characters long
Re-enter Password:
(Your password allows you to access the member area of our site)
   
Billing Information  
   
First Name:
Last Name:
Address1:
Address2:
City:
State/Province/Region:
Zip/Postal Code:
Country:
Phone:
   

Shipping Information

Check here if same as above
 
First Name:
Last Name:
Address 1:
Address 2:
City:
State/Province/Region:
Zip/Postal Code:
Country
Phone:
 
Payment Information  
Credit Card Type:  d
Credit Card Number:
Expiration Date:  
Please Tell Us How You Heard About Us:
 

Yes! Send me my Complete Self-Defense Kit, as described on this Website. My cost is only <% java.text.NumberFormat currency = java.text.NumberFormat.getCurrencyInstance(); out.println(currency.format(price)); %> (plus <% out.println(currency.format(sh_price)); %> for shipping and handling), and I have a full 30 days to preview the Program. I have read and agree to the Terms and Conditions and understand that my satisfaction is 100% guaranteed.

 
 
 
     
     
<%@ include file="footer.jsp" %>