> hi... > > can anyone point me to a way to do a page redirect using the php 'Header' > function to another frame. I have a page in one frame, when the user does > a > submit, i want to have the app do a redirect using the 'Header' function, > with the subsequent page being displayed in another frame. > > didn't find anything from google/php.net > > thanks > > -bruce
Javascript, javascript, javascript. If you want the browser to do something, use client-side instructions. If you want the server to do something, use server-side instructions. A header simply sends, well, HTTP headers. You're asking the browser to reload a frame which is different. -- --Matthew Sims --<http://killermookie.org> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php