Se for um pop, segue abaixo o codigo para isso.
<script>
function doNetDetect() {
saOC.NETDetectNextNavigate();
location.reload();
}
</SCRIPT>
<script language="JavaScript">
<!--
function Remote() {
var remote = null
remote = window.open(’’,’vRemote’,’toolbar=no,
location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,fullscreen=yes’)
if (remote != null) {
if (remote.opener == null) {
remote.opener = self
}
remote.location.href ="SUAPAGINA.htm"
}
}
Remote();
history.go(-1);
// -->
</SCRIPT>