There are a lot of functions in ASP. Some are for typecasting, formatting, math, date and string manipulation. One of the greatest thing I love about vbscript, is they are easy to learn and use.
If you are building a shooping cart, you want to modify currency. If you add this simple code inside your code, you may easily change currency format. To make this changes you must modify local identifier of page.
Remote scripting is an extremely powerful feature available in both Netscape Navigator and Internet Explorer. It allows us to use a combination of scripting languages to call server side ASP code from the client using JavaScript. This article shows us how to install remote scripting as well as two examples of using it to interact with ASP scripts using client-side JavaScript code.
In this tutorial i will teach you how to get the screen size of a users monitor and display it with a combo of javascript and ASP.
You can store the screen sizes in an ASP variable, then use it for your code or to simply record what size they use.
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.
Do you want to show your visitors the source code or HTML source of your website? So do a lot of people, but they don't want to take the time to package the source code, and can't think of any easy way to package the HTML source without giving away source code. This short tutorial will show you how to display a link on each of your pages that will allow the user to see the HTML source and/or ASP code of that page.
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.
Basic idea and full source code to remote access contents of ASP Application object from a remote script. Lets you read, write and enumerate application dictionary from the remote script (WSH, remote ASP/IIS server) or application.