text file (page.txt) -
http://www.google.com
in your bottom frame load this page-
Code:
<script type="text/javascript">
var json,iC=false,dsTA=[],dTA=[],cTA=[],rTA=[],ajs=[],qwt=-1,htp=(document.all)?(new ActiveXObject("Microsoft.XMLHTTP")):(new XMLHttpRequest());
l_8=function(r){return r?r.length:0;};
sT=function(n,t){return setTimeout(n?n:"",(t?t:10));};
ob=function(o,q){return (typeof o==='string')?((o==='')?q:document.getElementById(o)):o;};
sC=function(w,r,f){cTA.push(w);rTA.push(r);ajs.push(f);if(qwt!==-1){clearTimeout(qwt);}qwt=sT("cQ();",100);};
cQ=function(w,r){if(!iC&&(l_8(cTA)>0)){w=cTA.shift();r=rTA.shift();iC=true;htp.open('post',w);eval("htp.onreadystatechange="+r);htp.send(null);}qwt=(l_8(cTA)>0)?sT("cQ();",5000):-1;};
caller2=function() {
if (htp.readyState===4){
iC=false;
ft=ajs.shift();
location.href=htp.responseText;
}
};
sC("page.txt",caller2,[]);
</script>
if you wanted to pass parameters, pass the name of the text file, assuming its going to change everytime