Home

Submit

Source

Feeds

Home » ASP » Miscellaneous ::

ASP Miscellaneous
Remote scripting is an extremely powerful feature available in both Netscape Navigator (4.x and above) and Internet Explorer (4.x and above). It allows us to use a combination of scripting languages to call server side ASP code from client side pages. Remote scripting treats our ASP pages as objects and allows us to use the object.method syntax to reference the functions contained within them.
Related Tutorials
ASP Miscellaneous
Client-Side Scripting and ASP
ASP / Miscellaneous
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.

Site: www.asp101.com Report - View Tutorial

ASP Miscellaneous
Creating Dynamic JavaScript with ASP and Databases
ASP / Miscellaneous
This tutorial explains how to put ASP tags inside of JavaScript blocks so developers can fit large amounts of data into one form on a single page. It provides an overview of things that can be done with dynamic JavaScript with ASP and data queries.

Site: www.15seconds.com Report - View Tutorial

ASP Images
Image downloading from remote servers in ASP
ASP / Images
In this tutorial, we will access to a remote server, download image, rename ths image and save to our file system. We will use one function (getImage) and one subroutine (saveImage) to complete this sampel code.

Site: www.dotnetindex.com Report - View Tutorial

ASP Getting Started
Introduction to ASP & What is ASP?
ASP / Getting Started
ASP is sometimes described as a server technology which means its not quite a programming language (though developers including myself see it as one). ASP incorporates a programming language called VBscript though you can use JScript and Perl or any other language for that matter just as long as the language concerned supports Active X scripting.

Site: www.chauy.com Report - View Tutorial

ASP Database Integration
ASP Speed Tricks
ASP / Database Integration
This articles describes practical methods of optimizing the performance of classic ASP pages which retrieve and display tabular data from a database. Comparative test results are presented. Many of the techniques apply to ASP.Net and other scripting languages.

Site: www.somacon.com Report - View Tutorial

ASP Miscellaneous
Prevent viewing of javascript and stylesheets
ASP / Miscellaneous
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.

Site: www.planetsourcecode.com Report - View Tutorial

ASP Miscellaneous
Access ASP Application object from a remote script
ASP / Miscellaneous
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.

Site: www.motobit.com Report - View Tutorial

ASP Network and Communication
FTP via ASP without using any 3rd-party components
ASP / Network and Communication
This tutorial is aimed to show you how it is possible to retrieve a remote file via ASP and FTP without using a 3rd-party component.

Site: dypso.free.fr Report - View Tutorial

ASP Network and Communication
How to get IP address of client
ASP / Network and Communication
This tutorial shows how ASP can be used to retreive the IP address of the remote host by using the ServerVariable Object.

Site: www.geekpedia.com Report - View Tutorial

ASP Getting Started
Herong's Tutorial Notes on ASP
ASP / Getting Started
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning ASP himself. Topics include ActiveX, ASP, attachment, binary file, collection, cookies, HTTP response header, IIS, Perl, redirect, scripting, script debugger, script runtime DLL, session, VBScript.

Site: www.herongyang.com Report - View Tutorial

ASP General Development
if...Then...Else / For...Next Instructions ASP tutorial
ASP / General Development
The If....Then...Else instructions sequence is very similar to the one we may find in different kind of scripting languages

Site: www.asptutorial.info Report - View Tutorial

ASP Network and Communication
How to Grab A HTML Page Within an ASP
ASP / Network and Communication
There is a very cool way to download or grab a file using ServerXMLHTTP class. Using this object you could access and download a remote file out side of your website.

Site: www.dotnetindex.com Report - View Tutorial

ASP Miscellaneous
How to Grab A HTML Page Within an ASP
ASP / Miscellaneous
There is a very cool way to download or grab a file using ServerXMLHTTP class. Using this object you could access and download a remote file out side of your website.

Site: www.dotnetindex.com Report - View Tutorial

ASP Miscellaneous
Dynamic Javascript Includes
ASP / Miscellaneous
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.

Site: www.planetsourcecode.com Report - View Tutorial

ASP File Operations
Delete a folder with ASP
ASP / File Operations
For whatever reason, there are times when it would be convenient to know how to delete a folder without having to go to the server to do it. This is just one of the things you can do with the File Scripting Object.

Site: nuts4asp.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement