Classifieds Scripts, Web Scripts,  Ajax Scripts, PHP Scripts, ASP Scripts

Archive

Archive for the ‘ASP’ Category

ASP Cookies

August 18th, 2011

What is a Cookie? A cookie is often used to identify a user. A cookie is a small file that the server embeds on the user’s computer. Each time the same computer requests a page with a browser, it will send the cookie too. With ASP, you can both create and retrieve cookie values. How [...]

Read More >>

Author: Categories: ASP Tags:

ASP Forms and User Input

August 18th, 2011

User Input The Request object can be used to retrieve user information from forms. Example HTML form <form method=”get” action=”simpleform.asp”> First Name: <input type=”text” name=”fname” /><br /> Last Name: <input type=”text” name=”lname” /><br /><br /> <input type=”submit” value=”Submit” /> </form> User input can be retrieved with the Request.QueryString or Request.Form command. Request.QueryString The Request.QueryString command [...]

Read More >>

Author: Categories: ASP Tags: ,

ASP Procedures

August 18th, 2011

In ASP you can call a JavaScript procedure from a VBScript and vice versa. Procedures The ASP source code can contain procedures and functions: Example <html> <head> <% sub vbproc(num1,num2) response.write(num1*num2) end sub %> </head> <body> <p>Result: <%call vbproc(3,4)%></p> </body> </html> Insert the <%@ language=”language” %> line above the <html> tag to write the procedure/function [...]

Read More >>

Author: Categories: ASP Tags:

ASP Variables

August 18th, 2011

Lifetime of Variables A variable declared outside a procedure can be accessed and changed by any script in the ASP file. A variable declared inside a procedure is created and destroyed every time the procedure is executed. No scripts outside the procedure can access or change the variable. To declare variables accessible to more than [...]

Read More >>

Author: Categories: ASP Tags:

ASP Basic Syntax Rules

August 18th, 2011

In our ASP tutorial, every example shows the hidden ASP source code. This will make it easier for you to understand how it works. Write Output to a Browser An ASP file normally contains HTML tags, just like an HTML file. However, an ASP file can also contain server scripts, surrounded by the delimiters <% [...]

Read More >>

Author: Categories: ASP Tags:

CodeAvalanche AdSenseRotator

February 21st, 2011

CodeAvalanche AdSenseRotator is asp script which allows webmasters to easy rotate different AdSense styles on daily bases, each day of the week different predefined style can be shown without need of changing your asp pages at the end of week or testing period the best performing style can be set for permanent. Visit …

Read More >>

Author: Categories: Ad Management, ASP Tags:

GkNscripts Banner Lite

February 21st, 2011

Banner Lite is a simple banner management system. You can publish different types of banners easily. Also you can track banner statistics, add customers. Visit publisher site: GkNscripts Banner Lite Source: hotscripts

Read More >>

Author: Categories: Ad Management, ASP Tags:

Free Simple Ad Rotator Script

February 21st, 2011

With this script we will be able to show to our visitors different ads each time they access a page from our server. The system is based in three different pages: (1) file name “global.asa”. This file is located must be located in the main directory within your site (“/global.asa”). Each time …

Read More >>

Author: Categories: Ad Management, ASP Tags:

Ikon Ad Manager

February 21st, 2011

Ikon Ad Manager is simple banner rotator. You may add, edit or delete banners anytime. Script counts clicks and shows of each banner. Script supports MS Access database but easily can modify to use with SQL server. Visit publisher site: Ikon Ad Manager Source: hotscripts

Read More >>

Author: Categories: Ad Management, ASP Tags:

Free Simple Ad Rotator

February 21st, 2011

SourceThis is a set of ASP scripts that allows you to show to your visitors different ads each time they access a page from your server. The system is based in three different pages: global.asa that will be assigned a variable name session(“ad”) with a given value (0) each time a new visitor requests a [...]

Read More >>

Author: Categories: Ad Management, ASP Tags: