|
||||
|
- lesson plans for tesaching roots of quadratic equations math 12 - owner manual 5018sv - quadriatic function - quadratic equation input fx3650p - online simultaneous equations calculator -ti - sample worded problem quadratic equation - free worksheets on quadratic equations - lu decomposition ti 83 - simultaneous equations solving on line - 101 uses of quadratic equation - online solving quadratic equations - real routes quadratic - how to solve additional maths quadratic eqn - step by step linear demand equation - graphing by quardratic - 61.18.207.15 - solving quodratic equations - quadratic formula rhyme - factorising quadratic rules - how to isolate xsquared |
Quadratic Formula Calculator Show WorkSolving 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%> |
|||
|
|
||||