Hi All,

At the moment I'm using the HTML <head> / <meta> tags to redirect a page to another page. The initial redirect page is need to do some processing which then determines which page to redirect to. The bad news is that the page loads in the browser then loads the final page which looks a bit ugly.

Is there a way to internally redirect on the server side to load and display another page without using the browser redirect?

Thanks
Duke