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
codice:
if (pag == "pag") {
  if(document.all){ 
    document.frames['nomeiframe'].location.href = locat; 
  } 
  else{ 
    document.getElementById('id_iframe').src=locat 
  } 
}
se vuoi puoi provare anche quanto scritto qui
ciao