Advice & Support
|
Contact Us
Advice & Support |
a)
General Overview Product Data, Basic technical information for
general application of the MiraCell™ system
b) System
Component Guidelines Information relating system components to specific areas of
application
c)
Application Overview
Illustrations on typical application methods using MiraCell™ system
d)
Technical Overview
Sufficiently detailed theory and application of theory to solving
problems with MiraCell™ system
e)Design
Input Checklist An
application - specific project checklist to ensure all relevant data
is collected for detailed engineering design of MiraCell™ system
f)Project
Evaluation Available
through Authorized distributors for all applications of MiraCell™
system on request
g) Design
Software User
friendly design software for design of most applications using
MiraCell™ system
h)
Typical Drawings Typical
drawings of MiraCell™ system application which are easy to edit and
customize to specific projects needs
I)
Installation Guidelines An
illustrated, application specific, guideline for installation of the
MiraCell™ system
Back to Top
|
|
|
|
|
| |
| |
<%
if request.form("submit") = "SUBMIT" then
Dim mail
Set mail = Server.CreateObject("CDO.Message")
mail.To = "kelvinwongsh@gmail.com"
mail.From = Request.Form("email")
mail.Subject = "Miracell"
mail.TextBody = Request.Form("name") & Request.Form("cnum") & Request.Form("location") & Request.Form("msg")
mail.Send()
'Destroy the mail object!
Set mail = nothing
response.redirect"home.html"
else
%>
<%
end if
%>