hi!, i want to use frames with wp 2.2 because i want to show other information in the pageweb, but when i use some links, wp don't run index.php, wp run again frame.html and reload the entire pageweb in his frame. this is the code...
<html>
<head>
<title>Definición de Frames</title>
</head>
<frameset rows="15%,*">
<frame src="pagina1.html">
<frame src="index.php">
</frameset>
</html>
pagina1.html is an example, and index.php is wp.