%
on error resume next
pageload=0
if request("submitbutton")<>"" then
frommail=trim(request("request_email"))
tomail=trim("pantech@po.jaring.my")
subjectmail=trim("Pantechcorp.com Enquiry")
bodymail=""
bodymail=bodymail+"Date : "+cstr(now())+chr(13)+chr(13)
bodymail=bodymail+"Name : "+request("request_name")+chr(13)
bodymail=bodymail+"Address : "+request("address_1")+chr(13)+request("address_2")+chr(13)+request("address_3")+chr(13)
bodymail=bodymail+"Country : "+request("country")+chr(13)
bodymail=bodymail+"Email : "+request("request_email")+chr(13)
bodymail=bodymail+"Tel : "+request("tel")+chr(13)
bodymail=bodymail+"Fax : "+request("fax")+chr(13)
bodymail=bodymail+"Enquiry Type : "+request("product_selected")+chr(13)
bodymail=bodymail+"Description : "+request("request_description")+chr(13)
Set myMail = Server.CreateObject( "CDONTS.Newmail" )
myMail.From = frommail
myMail.To = tomail
myMail.Subject = subjectmail
myMail.Body = bodymail
myMail.Send
Set myMail = Nothing
frommail=trim(request("request_email"))
tomail=trim("clientcontactus@mbizh.com.my")
subjectmail=trim("Pantechcorp.com Enquiry")
bodymail=""
bodymail=bodymail+"Date : "+cstr(now())+chr(13)+chr(13)
bodymail=bodymail+"Name : "+request("request_name")+chr(13)
bodymail=bodymail+"Address : "+request("address_1")+chr(13)+request("address_2")+chr(13)+request("address_3")+chr(13)
bodymail=bodymail+"Country : "+request("country")+chr(13)
bodymail=bodymail+"Email : "+request("request_email")+chr(13)
bodymail=bodymail+"Tel : "+request("tel")+chr(13)
bodymail=bodymail+"Fax : "+request("fax")+chr(13)
bodymail=bodymail+"Enquiry Type : "+request("product_selected")+chr(13)
bodymail=bodymail+"Description : "+request("request_description")+chr(13)
Set myMail = Server.CreateObject( "CDONTS.Newmail" )
myMail.From = frommail
myMail.To = tomail
myMail.Subject = subjectmail
myMail.Body = bodymail
myMail.Send
Set myMail = Nothing
pageload=1
end if
%>
Pantech Corporation Sdn Bhd >> Contact Us
|
|
|

|
<%if pageload=0 then%>
<%else %>
|
|
|
Again, thanks for your kind interest on our product.
Our personnel will keep you contact.
Continue our
website here.
|
|
|
<%end if%>
|
|
| Powered
by VSOURCE |
Optimized
for MS Internet Explorer 4. Best viewed with 800x600 pixels |
|
Pantech
Corporation Sdn Bhd | All Rights Reserved 2001 |
|
|