Categories
Tags → Asp Redirect

ASP Error - The HTTP Headers are already written

While redirecting from a page in asp we get a very common error: The HTTP headers are already written to the client browser. Response object error ''ASP 0156 : 80004005 Header Error /test.asp, line 135 The HTTP headers are already writte...
DETAILS

Send email via ASP 3.0 and CDONTS

This script shows how to send an email via the CDONTS objects available to ASP 3.0. It will take a selection of form input, create the required e-mail objects, send the e-mail to the specified recipient and then redirect the user to a confirmation pa...
DETAILS

CDO Email Form

ASP Server Behavior for Dreamweaver UltraDev. This behavior inserts a basic form (''To'', ''From'', ''CC'', ''Subject'', and ''Message'') on a page to send an Email using CDO. You may want to hide cer...
DETAILS

Count Click Throughs (With a Db)

Easily count and display the number of click through from your site with a database. Simply set all the links that you want to track to a single asp document and pass the URL as a querystring variable. The following example will display a page with a...
DETAILS

Form to mail

This is a simple form-to-mail ASP script for your Web page. It allows you to redirect user to a specified page upon form submission.Three versions available for different porpouses, including email submission to a mailing list.
DETAILS
©2003-2008 jCay.com