Name 3 attributes of the position property.
No Answer is Posted For this Question
Be the First to Post Answer
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"))
how to develop a web page that have only minimize button and not restore and close button on its right upper corner?
Explain Working of Proxy Server, Cookies, types of cookies?
Some sites work with "http://allinterview.com" but for some sites we need to specify "www" - like "http://www.allinterview.com". Why?
Can you get a virus from website?
What are differences between DTDs and Schema?
What is the difference between relative and absolute url?
Who are the founders of YAHOO & GOOGLE?When they founded?
What is frame level testing and how do we test it?
How to create virtual directory in IIS?
If you have an issue with your page, how do you debug it, what tools do you use?
What is intranet application?