Yeah, basically response.redirect (or Response.Redirect if you're using c# <img border="0" title="" alt="[Wink]" src="wink.gif" /> ) sends a 301 error (page temporarily moved, i believe) to the client. I think you can do the exact same thing if you output a meta refresh with 0 seconds.
-Raman