Hi all,
I have a problem, I make two frames change from another with the following
code:
the function:
function MM_goToURL() { file://v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2)
eval(args[i]+".location='"+args[i+1]+"'");
}
calling the function:
onMouseDown="MM_goToURL('parent.frames[\'cabecera\']',/web/header.jsp','pare
nt.frames[\'contenido\']',/web/contenido.jsp');return
document.MM_returnValue">link</a></td>
but it takes what is in the cache, and I can not refresh it, what can I do,
do any of you have another way of changing to frames at the same time from
another frame.
Thanks in advance
Lorena
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets