Código PHP:
echo "<html><head>"
."<SCRIPT language=JavaScript>"
."redirTime = '0';"
."redirURL = 'javascript:history.go(-1)';"
."function redirTimer() { self.setTimeout('self.location.href = redirURL;',redirTime); }"
.""
."</SCRIPT>"
."</head><BODY onLoad='redirTimer()'></body></html>";
Es esta la forma adecuada o existe otra mejor?