<%@ page import="java.sql.*" %> <%@ page import="java.sql.Timestamp"%> <%@ page import="java.text.SimpleDateFormat"%> <%@ page import="java.text.DateFormat"%> <%@ include file="config.inc.jsp"%> <% DateFormat df = null; Date datetime = null; %> User Register <%@ include file="style.jsp"%>
<%@ include file="header.jsp"%>
<%@ include file="member.jsp"%>
Registration Form .:HOME:.

Register to MysCad, you will access to techincal board, newsletter, download brochure and so on.

Note:
1. Please ensure that you complete all the fields fully, taking particular care over the password fields.
2. You will be sent an email to the email address you give after registering.
3. Please read the email carefully, you will need to validate your account by clicking on a link in the email.
*Mandatory Field
Login Profile
   
Username *
Password *
Retype Password *
Email Address *
Personal Profile
   
Name *
H/P *
Position *
Company Profile
   
Name *
Telphone *
Address *
Info
NewsLetter <% String registerstatus="uk"; if(request.getParameter("status")!=null){ registerstatus=request.getParameter("status"); } %>
Terms of Rules and Regulations
In order to proceed, you must agree with the following rules:

Registration to this MysCad is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the 'I agree' checkbox and press the 'Submit' button below. If you would like to cancel the registration, click here to return to the home page.

Registration Data and certain other information about you is kept and only used by MysCad.

By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.

The owners of MysCad Board reserve the right to remove, edit, move or close any thread for any reason.


I have read, and agree to abide by the MysCad's Rules and Regulations.



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