|
||||
|
- the beauty of quadratic equation - working out equations of quadratic functions substitute - easy to solve quadratic word problem - how to solve simultaneous differential equations - quadratic functions demand equation - find the roots of quadratic equations word problems - how are quadratic equations linked together - inventor of the quadratic equations - what is the quadratic equation b - how to +slove math solutions - hardest quadratic equation question - mathematic+quadratic - buy pills - how to teach quadratic equation - solving two simultaneous quadratic equations - quadratic equation for cellphone - solving quadratic and cubic equations worksheets - solve quadratic equations on ti-83 plus - quadratic graphing websites - example solving quadratic equations |
Introduction To Quadratic EquationSolving 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%> |
|||
|
|
||||