What happens in a Web application when you enter all the
data and click on submit button?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of web testing security problems?
How would you solve a floated div’s parent height.
How to create virtual directory in IIS?
Tableau Training for Beginners
How to test iBackup and storage products?
Enlist some sub-classes of http response objects?
Which method is used to post a Web page to another Web page?
What are namespaces? Why are they important?
What are the steps to follow to cache parts of web form?
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"))
what is the difference between weblogic and websphere,jboss,tomcat?
Suppose there are two requests for 2 different pages of same site and from 2 different browsers, How Web server recognise the different request and send result to the exact sender browsers.