New Scripts | ASP | Tutorials & Tips
Remote Scripting With JavaScript and ASP
posted byarticlesinMiscellaneous
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.
Reviews0
PriceFree
Views2069
SQL In Simple English - Part 1
posted byfaisalinDatabase-related
Article describes what is SQL? what it is used for? how to SELECT, INSERT, UPDATE and DELETE records from the database? and more.
Reviews0
PriceFree
Views2369
Using Cookies
posted bylonnyinCookies & Sessions
Get some information about those cookies you keep hearing about, learn how to create one yourself.
Reviews0
PriceFree
Views2760
Intro TO ASP
posted bylonnyinIntroduction to ASP
An introductory tutorial that covers the basic things one has to know about Active Server Pages, and the programming environment.
Reviews0
PriceFree
Views1782
Sending SMS Messages With ASP and OpenSMS
posted byartclesinCommunication
Interpersonal communication can take place using a variety of communication mediums. In the last couple of years mobile phones have become extremely popular with millions of short message service (SMS) messages being sent every month. This article shows how we can use LiveSoup's OpenSMS component with ASP to send SMS messages to any of the 245 world wide mobile phone networks that OpenSMS supports.
Reviews0
PriceFree
Views7604
UltraEasy Forum
posted byultraeasyinDiscussion Boards
Build a fully functional ASP Forum (Message Board) with UltraDev and some Microsoft Access trickery. Part of the ongoing "UltraDev - UltraEasy" series of tutorials. All the files for this project (including the database) are available for download and can be used as a stand alone, fully customizable, ASP forum.
Reviews0
PriceFree
Views5200
Using ASP and javascript together
posted bywebmasterinMiscellaneous
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.
Reviews0
PriceFree
Views2992
ASP file as a picture source
posted bywebmasterinImage Manipulation
This basic tutorial will show you how to display a picture from an .asp file. A banner rotator script is used as an example.
Reviews0
PriceFree
Views3534
Prevent viewing of javascript and stylesheets
posted bydselkirkinMiscellaneous
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.
Reviews0
PriceFree
Views1662
Dynamic Javascript Includes
posted bydselkirkinMiscellaneous
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.
Reviews0
PriceFree
Views1961
Create Excel from Form Input
posted byinfoinExcel & ASP
ASP form input can be transformed into most any type of format that you'd like to see it in. Typically, most form input either gets delivered to a database, like Access or SQL server or the output is sent to an email address or some other application. This example will show you how to take user input and create an excel file of that input on the server. The title that the user inputs will be used to name the document. When utilizing this script on your site please keep in mind that the directory that you execute the .asp code from must have user write authority established on the server.
Reviews0
PriceFree
Views10007
UltraEasy Shopping Cart
posted byultraeasyinE-Commerce
How to build a simple shopping cart with UltraDev 4 and some "Cut 'n Paste" ASP code. Part of the ongoing "UltraDev-UltraEasy" series of tutorials. This tutorial covers the building of a basic E-Commerce site consisting of Product Management, Product Catalogue, Shopping Cart, Checkout and mailing the Orders and Confirmations. Source code available for download.
Reviews0
PriceFree
Views8656
Server Side Email Addresses Validation
posted byfaisalinEmail Systems
An article on how to validate user email addresses in no time using a simple VBScript function in ASP.
Reviews0
PriceFree
Views4495
Real-Time Data Grid Part 1/2
posted byannetteinDatabase-related
The part one of this two-part article shows how to create an ASP class that allows us to work with our databases through a web browser. It will allow us to update and delete records dynamically using JavaScript and XMLHTTP, without ever having to refresh the page.
Reviews0
PriceFree
Views2104
Compact & Repair Access Database
posted byasperiuminDatabase-related
Compact and repair your access database online from ASP code. This is example code of how this can be done.
Reviews0
PriceFree
Views3060
Using MyODBC To Access Your MySQL Database Via ASP
posted byannetteinDatabase-related
MySQL is the most popular open source database system available today, and is currently installed on over two million servers worldwide. This article takes a look at using the free MyODBC driver to talk to a MySQL database from an ASP script.
Reviews0
PriceFree
Views2770
Two Ways To Connect To SQL Server 2000 Via ASP
posted byjoeinDatabase-related
This article will show you two different methods that you can use to connect to a Microsoft SQL Server 2000 database: System DSN's and the OLEDB connection string. It will also explain the positives and negatives of each method, along with some examples to get you started.
Reviews0
PriceFree
Views2374
Introduction to Cookies Method
posted bywebmasterinCookies & Sessions
A basic information on using Cookies in ASP. An access counter is used as an example.
Reviews0
PriceFree
Views2394
Do...Loop / Select...Case Instructions
posted bywebmasterinDevelopment
This tutorial covers several important Active Server Pages looping structures, including do..while, do..until, and select case structures.
Reviews0
PriceFree
Views2088
If...Then...Else / For...Next Instructions
posted bywebmasterinDevelopment
A short tutorial on the If....Then...Else instructions sequence in ASP that is very similar to the one in different kind of scripting languages.
Reviews0
PriceFree
Views2191