hello friend
i work in my project in this i need show one page .html that contain tree frames on this i see html page.
i have a php3 page that is call of a html page that contain a form, the php3 page authentification of user with the value obtain of this form.
and the php3 page execute the next lines:
<framaset cols="20%,80% target="top">
<frame src="indi.html" target="top">
<frameset rows="30%,*">
<frame src="buscador.html">
<frame src="bienvenidaa.html" name="Contenido" target="_top">
</frameset>
</frameset>
<b> this is a example </b>
after of execute the lines of authentification of user, is show a page with the message "this is a example"
not see the page with the tree frames.
that i do
please help me
thank friend.