Determining How Long Your Users Spend Filling Out Forms
2924Determining How Long Your Users Spend Filling Out Formshttp://www.4guysfromrolla.com/webtech/071701-1.shtmlHave you ever wondered how long one of your visitors spends filling out a particular form? Such information is vital for companies that conduct business on the Internet. Imagine if everytime you wanted to buy a book from Amazon.com you had to spend 60 seconds filling out a form with billing and shipping information - do you think you'd buy many books from Amazon.com in such a situation?ASP > Tips and Tutorials > MiscellaneousOct 10, 2006
Say you want to write an article about ASP. How do you put ASP code in an ASP page and just display it? How do you tell the server you just want to display the code and not execute it? Here is my solution:
For many years we have heard about the impending death of URLs that are difficult to type, remember and preserve. The use of URLs has actually improved little thus far, but changes are afoot in both development practices and Web server technology that should help advance URLs to the next generation.
While passing variables as an URL's querystring, you should need to encode the string. All special characters like space must be written in adress bar in a form for browser.
In this series of our ASP Developer Articles, we will examine a new VbScript function called as ' The Len() Function'. With LEN functions you can calculate the length of the string. Following function calculates the length of a string taken from input area.
ASP has no interface to access Application data from other environment than VBS/JS in context of ASP page in the same application. But we can create a simple http interface and use the Application object from any other environment - wsh, VBA (Word, Excel), etc.
The basic idea is to make simple ASP page, which will provide a text/http interface to ASP intrinsic objects (specially Application object). We can read/write variables in application dictionary using this ASP script. And we can specify name and value of application variable by a query string to read and write specified variable.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.