27 lines
642 B
HTML
27 lines
642 B
HTML
<HTML>
|
|
<HEAD>
|
|
<SCRIPT SRC="global.js">
|
|
</SCRIPT>
|
|
<SCRIPT SRC="ctasapagar.js">
|
|
</SCRIPT>
|
|
<SERVER>
|
|
//<!--
|
|
//function Go_Location(){
|
|
writeln("<SCRIPT LANGUAGE='JavaScript'>")
|
|
writeln("function Go_Location() {")
|
|
|
|
// writeln(' top.location.target="_parent"')
|
|
// parent.frames[0].location.href=\'content.html\'; history.go(0)">')
|
|
// writeln(' parent.frames[1].location.href=entorno.DirBase+"/'+request.page+'"')
|
|
writeln(' top.frames['+request.frameNro+'].location.href=entorno.DirBase+"/'+request.page+'"')
|
|
writeln("}")
|
|
writeln("</SCRIPT>")
|
|
//}
|
|
//-->
|
|
</SERVER>
|
|
</HEAD>
|
|
<BODY ONLOAD="Go_Location()" >
|
|
|
|
</BODY>
|
|
</HTML>
|