How does CGI work? Can I use 'C' language to write a CGI?
No Answer is Posted For this Question
Be the First to Post Answer
what is the relationship between garbagecollection and thread?
What is a Complex Element?
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"))
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.
Who are the founders of YAHOO & GOOGLE?When they founded?
How can you test the security of a Web site,both manually and by using a tool?
Give me an example of how you have planned projects from start to finish. What is your development lifecycle?
What are the test case formats in case of a static website and dynamic website?
Difference between ASP and DHTML?
Define https.
What happens when I type in some url and press enter?
What is user application?