Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 31st, 2009, 10:50 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 198
Thanks: 2
Thanked 0 Times in 0 Posts
Send a message via MSN to itHighway
Default Redirect Url

Hello,

I have a page that contain following script:
Quote:
<%
Response.ContentType = "application/x-unknown"
Response.AddHeader "content-disposition","attachment; filename=errors.htm"
%>
<table>
<tr>
<td>Error Description Text..</td>
</tr>
</table>

Many of you used this function would know that the above script opens a 'Save As' dialog box. I want browser to redirect to another page after user click 'Save' or 'Cancel' button on dialog box.


Any idea??
Any help??

Last edited by itHighway; December 31st, 2009 at 10:53 AM.. Reason: changed code in quotes





Similar Threads
Thread Thread Starter Forum Replies Last Post
URL Redirect based on given URL somnath.kartic VS.NET 2002/2003 1 August 2nd, 2012 08:21 AM
how to redirect the url using .htaccess thava PHP How-To 2 March 28th, 2010 07:59 AM
redirect url question newbie07 BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 2 August 22nd, 2007 12:48 PM
Redirect URL to File path han_nomad C# 12 February 2nd, 2007 06:26 AM
URL Redirect Help david29118 Classic ASP Basics 3 April 3rd, 2005 06:09 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.