premetti sempre window. (o sostituti) a location.href
if (self.location.href == top.location.href) {
self.location.href = "index.htm?pag="+thispage;
quello che dicevo prima
se vuoi puoi provare anche quanto scritto quicodice:if (pag == "pag") { if(document.all){ document.frames['nomeiframe'].location.href = locat; } else{ document.getElementById('id_iframe').src=locat } }
ciao