how to develop a web page that have only minimize button and not restore and close button on its right upper corner?
No Answer is Posted For this Question
Be the First to Post Answer
What is a lambda?
Difference between null and undefined?
When would you use get and post requests?
Enlist some important test scenarios for testing a website.
What do you understand by client-server testing?
What is the difference between relative and absolute url?
Explain the difference between authorization and authentication in web testing.
What is the difference between local link popularity and global link popularity
1.what is requirement specification in web engineering? 2.properties of web application? 3.difference between web engineering and web applicaiton?
How does dynamic discovery work?
What is frame level testing and how do we test it?
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"))