|
||||
|
- shur-kamp classic camper - additional mathematics 28quadratic equation-question29 - solving quartic equation online - factorise equation solver - similtaneous equation online solver - how do isolve quadratic equation - simultaneous quadratic solver - equation of a line for demand equation - how to solve for x-2/3-3=x+1/4 - pulse ignition dhlg2d4 - the pros and cons of solving a quadratic equation by completing the square - how to inpuit quadratic formula in ti 83 - quadratic functions problem solving examples - "luis felipe nieto escobar" - "the farmer and the fence" words - introduction to quadratic equations - simultaneous equations solver - split for quadratic equation - solving 4th degree quadratic equations - how to do linear and quadratic equations |
Enter Equation FactoriseSolving Quadratic EquationsThanks for your questionWe will be sure to get back to you soon<%Dim name,country,submitBy,questionname=request.form("name")country=request.form("country")submitby=request.form("submitby")question=request.form("question")'Dimension variablesDim objCDOMail , objCDOMail2 'Holds the CDONTS NewMail Object'Create the e-mail server objectSet objCDOMail = Server.CreateObject("CDONTS.NewMail")'Who the e-mail is fromobjCDOMail.From = submitby'Who the e-mail is sent toobjCDOMail.To = "quad@grabthebasics.com"'Set the subject of the e-mailobjCDOMail.Subject = "Quadratic Question"'Set the e-mail body format (0=HTML 1=Text)objCDOMail.BodyFormat = 0'Set the mail format (0=MIME 1=Text)objCDOMail.MailFormat = 0'Set the main body of the e-mailobjCDOMail.Body = "Name of person: " & name & " From Country of: " & country & " Email Address: " & submitby & " Their Question: " & question'Importance of the e-mail (0=Low, 1=Normal, 2=High)objCDOMail.Importance = 2'Send the e-mailobjCDOMail.Send'Close the server objectSet objCDOMail = Nothing%> |
|||
|
|
||||