txtUserID = trim(Request.Form("txtUserID"))
txtPassword = trim(Request.Form("txtPassword"))
txtFName = trim(Request.Form("txtFName"))
txtLName = trim(Request.Form("txtLName"))
txtEmail = trim(Request.Form("txtEmail"))
txtAddrLine1 = trim(Request.Form("txtAddrLine1"))
txtAddrLine2 = trim(Request.Form("txtAddrLine2"))
txtCity = trim(Request.Form("txtCity"))
txtState = trim(Request.Form("txtState"))
txtZip = trim(Request.Form("txtZip"))
txtCountry = trim(Request.Form("txtCountry"))
txtCompanyName = trim(Request.Form("txtCompanyName"))
txtPhone = trim(Request.Form("txtPhone"))
txtFax = trim(Request.Form("txtFax"))
txtBusinessType = trim(Request.Form("txtBusinessType"))
txtAffiliations = trim(Request.Form("txtAffiliations"))
txtAboutUs = trim(Request.Form("txtAboutUs"))
Answer Posted / gaurav
Ajax (Asynchronous Javascript and XML) is a subset of
javascript. Ajax is way for the client-side browser to
communicate with the server (for example: retrieve data from
a database) without having to perform a page refresh.
jQuery is a javascript library that standardizes the
javascript differences cross-browser. jQuery includes some
ajax functions
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define http.
What is a Simple Element?
what is web accessibility?
what is the difference between require() and include() when an error is encountered?
Differentiate between static and dynamic website.
How do you know how many users are online on a website?
what atttributes we use to create a webservice?
Some sites work with "http://allinterview.com" but for some sites we need to specify "www" - like "http://www.allinterview.com". Why?
Enlist some web testing tools.
1.What is Ipconfig? What purpose u can use it? 2.How can u know what ports are busy in ur machine? 3.How can u know particular port is free/ not in ur machine? 4.How many drivers in JDBC? Which Driver u r using? Why?
How to create virtual directory in IIS?
in companies what is the use of websphere?
Enlist some sub-classes of http response objects?
How can you add a method to a class already defined?
Loop through the color array and print each value to the console. Assume you do not know the amount of colors in the color array.