|
Determining How Long Your Users Spend Filling Out Forms
|
Other links at ASP > Tutorials > Miscellaneous |
| 1. |
Multi-Language Web Development
|
|
|
Would you like to provide multi-language support on your site? This article discusses three different ways in which you could organize your site to support multiple languages.
|
| 2. |
Creating Excel Reports with ASP
|
|
|
This tutoral shows a simple method of turning HTML reports into Excel reports, and for moving calculations from the server to the client, using Excel functions. It allows the server to dynamically create Excel reports without taking up any space on the server. It also allows multiple concurrent users to receive these reports simultaneously. Lastly, the generated reports can be complete with Excel formulas, which allows intensive calculations to be moved to the client side. This method only works with Excel 97 or later.
|
| 3. |
Using ASP and javascript together
|
|
|
This basic tutorial will show you how to include information in a non-asp page information generated from an .asp page by using javascript. A banner rotator script and a text hit counter are used as examples.
|
| 4. |
Dynamic Javascript Includes
|
|
|
Dynamically include javascript files in your page. Simply place all your javascripts in a sub directory and make one reference in your page to the cs_scripts.asp file. You can then pass + or - with file names to either include or ignore a file in the sub directory. By default all are included.
|
| 5. |
Tickertape 2
|
|
|
A nice way to point out some features on your website is by means of a tickertape. Not only can you show messages this way, but the ticker can also contain hyperlinks, so you can direct your visitors directly to the right place. This is an advanced version of the first ticker.
|
|
|