in reply to Re: Re: Re: print and redirect
in thread print and redirect

This works fine,

However is it better coding practise for me to write the following?

<html> <head> <meta http-equiv="refresh" content="0;url=http://redirect.url.here?any cgi=options&here=too"> </head> <body></body> </html>

rather than just the meta refresh line