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
When would you use get and post requests?
Enlist some web testing tools.
what is web accessibility?
Is web application testing different from desktop application testing? Explain how.
how to develop a web page that have only minimize button and not restore and close button on its right upper corner?
How to troubleshoot if you get the error as application pool is hanges?Answer me in step by step procedure?
Explain the functioning of dynamic pages in a website?
what are the general webtesting questions and how to respond them in generally in interview point of them
How does dynamic discovery (in case of *.vsdisco) work? What goes on behind the scenes?
Give me an example of how you have planned projects from start to finish. What is your development lifecycle?
How does CGI work? Can I use 'C' language to write a CGI?
Define https.
what is stub in weblogic? dont give me a defination , iwant full ans with example? also tell what is replica-aware stubs.. ok bye send ans as soon as possible
Give some examples of web applications that are used in our day to day life.
What is the difference between Web 2.0 and Web 3.0?