|
ASP 3.0 Object Model
|
Other links at ASP > Tutorials > Miscellaneous |
| 1. |
Prevent viewing of javascript and stylesheets
|
|
|
Prevent unauthorized viewing of website javascript and style sheet files. Simply rename all your style and javascript files to the .asp extension. Then include the validate_view.asp file at the top of each file. Open the validate_view.asp file and change the top the constants to those required. Then finally call the procedure name "validate_view" with the current files content type as the parameter.
|
| 2. |
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.
|
| 3. |
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.
|
| 4. |
Client-Side Scripting and ASP
|
|
|
This article looks at a couple of ways to get the code in the client-side and server-side to communicate each other: Using the Javascript Array and Using ASP and XML.
|
| 5. |
ContentType tutorial
|
|
|
ContentType command allows to use an asp file as a source for plain text, html, images, pdf files.
|
|
|