% 'Dim variables Dim vTry, bValidForm Dim vName, vEmail, vSubject, vMessage,vtelephone Dim bName, bEmail, bSubject, bMessage,btelephone vTry = Request.QueryString("Try") bValidForm = False vName = "" Email = "" vSubject = "" vMessage = "" vtelephone="" btelephone="" vName = Request.Form("txtName") vEmail = Request.Form("txtEmail") vSubject = Request.Form("txtSubject") vMessage = Request.Form("txtMessage") vtelephone=Request.Form("txtTelephone") 'Check if E-mail adrress is valid. function isValidEmail(byval vEmail) ' very simple email validation function. returnVal = false if not isEmpty(vEmail) then if instr(vEmail, "@") > 0 and instr(vEmail, ".") > 0 then returnVal = true end if end if isValidEmail = returnVal end function 'Check if field is filled with data and if e-mail is correct if vName = "" then bName = false else bName = true end if if isValidEmail(vEmail) then bEmail = true else bEmail = false end if if vSubject = "" then bSubject = false else bSubject = true end if if vMessage = "" then bMessage = false else bMessage = true end if If bName and bEmail and bSubject and bMessage = True and vTry = "Second" or vTry = "Third" Then bValidForm = True Name = Request.Form("txtName") Email = Request.Form("txtEmail") Subject = Request.Form("txtSubject") Message = Request.Form("txtMessage") Address = Request.Form("txtaddress") Telephone= Request.Form("txtTelephone") Company = Request.Form("txtCompany") Set Mail = Server.CreateObject("Persits.MailSender") Mail.Host = "mail.fmsb.com.my" ' Specify a valid SMTP server Mail.From = Email ' Specify sender's address Mail.FromName = Name ' Specify sender's name Mail.Username = "admin@fmsb.com.my" Mail.Password = "ums66fbu" Mail.AddAddress "ttsoon@fmsb.com.my" Mail.AddReplyTo Email Mail.Subject = "REGISTRATION OF DOMAIN NAME" newname = "Name: " & Name & chr(10) newcontact = "Company: " & Company & chr(10) newemail = "Email Address: " & Email & chr(10)& chr(10) newaddress = "Address : " & address & chr (10) & chr(10) newheading = "REGISTRATION OF DOMAIN NAME" & chr(10) & chr(10) newmessage = "We would like to register a domain name: " & subject & chr(10) & chr(10) newmessage2 = "The additional information and printouts required are: " & chr(10) + chr(10) newtelephone = "My telephone number is " & Telephone & chr(10) & chr(10) Mail.Body = newname & newcontact & newemail & newaddress & newtelephone & newheading & newmessage & newmessage2 & message On Error Resume Next Mail.Send If Err <> 0 Then Response.Write "Error encountered: " & Err.Description End If Response.Redirect "SendSucces.asp" Else bValidForm = False End If If vTry = "" Then vTry = "Second" Else vTry = "Third" End If If Request.QueryString("Try") = "Second" or Request.QueryString("Try") = "" Then %>
Web Hosting & Registration
of Domain Names
We can arrange for the registration of your domain name and web-hosting
services, design at competitive rates. Please fill in the response
form below and our representative will contact you to arrange for the
registration and advise you of the fees payable. The registration
fees payable for *.com and *.biz is RM55 per year (for *.biz - minimum of
2 years payable). The hosting fees will depend on the plan taken by
you.
|