Thanks Dan That'll teach me to accept other people's code at face value. :-)
I'll be switching to server.transfer ASAP. Ta, Dave S ----- Original Message ----- From: Dan Powderhill To: [EMAIL PROTECTED] Sent: Monday, December 06, 2004 8:25 PM Subject: RE: [ASP] Redirection based on client-side data Just as a point of interest, using response.redirect will cause a round trip to the browser and back to the server again. Response.redirect sends a message back to the browser telling it to redirect to a different page, which the browser then requests from the server. If you want to avoid the trip back to the server use server.transfer, as that is completely server-side. For more information see this URL (article written for .NET, but applies to .Classic equally as much) :- http://www.developer.com/net/asp/article.php/3299641 Dan --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.805 / Virus Database: 547 - Release Date: 3/12/04 [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
