|
||||
|
- quadratic equations-questions - solution to a quadratic equation basics - real life quadratic formula - vba solving quadratic equation - simultaneous equation solver ti 86 - poems about "solving quadratic equations" - pilot math quadratic functions - what is quadratic equations - simultaneous equations solve solver online - advance "quadratic formula" - ti calculater sat - the hardest math question - how to solve linear demands - solve online an equation - multiplying out brackets- equations - solution of quadratic equation - solving quadrativ equations by formula step by step - step by step guide to solving quadratic equations - examlpes of worded problems in quadratic equation - how to solve simultaneous equations with 3 unknown |
Quadratic B4acSolving 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%> |
|||
|
|
||||